summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/util
AgeCommit message (Collapse)Author
2012-05-24BugfixJan-Hendrik Hühne
2012-05-22First try of the data validation feature.Jan-Hendrik Hühne
2012-05-15bring coverage up to 100% and patch a few minor bugs in cell style overrides ↵Randy Morgan
and misnamed app attributes.
2012-05-13updating docsRandy Morgan
2012-05-13cleaning up comments for pre-releaseRandy Morgan
2012-05-08documentation for comments.Randy Morgan
2012-05-08worksheet comments step 2. Needs docs and specs - but it works in ExcelRandy Morgan
2012-05-04Merge branch 'master' of github.com:randym/axlsxRandy Morgan
2012-05-04beginnings of comments w/o TDD (^ ^)/Randy Morgan
2012-05-04add comment relationship typeRandy Morgan
2012-05-03Add support for pageSetup.Stefan Daschek
2012-05-03use string casting and matching for regex validations.Randy Morgan
2012-04-25label rotation and conditional formatting examplesRandy Morgan
2012-04-23first stage refactoring for Style#add_style [inprogress]Randy Morgan
2012-04-21adding in icon set and MOAR examples for conditional formatting.Randy Morgan
2012-04-21adding in color scale for conditional formattingRandy Morgan
2012-04-20# Support for conditional formattingStephen Pike
Adds support for conditional formatting via two new classes, ConditionalFormatting and ConditionalFormattingRule. Conditional Formats apply to ranges of cells, and can include multiple rules, ranked by priority. A single worksheet has many @conditional_formattings applied to different ranges. There are still pieces of the spec missing from the implementation. The biggest glaring ommission are the child elements colorScale, dataBar, and iconSet (I only implemented formula). http://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.conditionalformattingrule.aspx
2012-04-03pre-release cleanupRandy Morgan
2012-04-01rebuild all serialization to use string concatenation instead of nokogiri.Randy Morgan
2012-03-28doc fixRandy Morgan
2012-03-21resolve small merge conflictRandy Morgan
2012-03-21resolving #53 and adding specs for use_autowidth, show_gridlinesRandy Morgan
2012-03-21Added support for tablesJurriaan Pruis
2012-03-05cleanup of useless line breakRandy Morgan
2012-02-23worksheet names need to be limited to 31 charactersRandy Morgan
2012-02-13Improve accessibility and stringency for column_widths editing.Randy Morgan
2012-02-13Remove entirely the dependancies on i18n and active support. Randy Morgan
2012-02-12Adding in support for optionally using the shared strings table. This will ↵Randy Morgan
allow us to inter-op properly with Numbers
2012-02-07current ms_off_crypto - needs to be re-written to use agile encryption.. Randy Morgan
gotta love that documentation - thanks MS - *really* clear....
2012-02-02Adding in hyperlinking for images as per issue #22Randy Morgan
2012-02-01https://github.com/randym/axlsx/issues/21Randy Morgan
fixed 'properly' but I've feeling the schema folder should actually be lib/axlsx/schema instead of lib/schema
2012-02-01Updating schema loading for validation to correctly load the schema file ↵Randy Morgan
relative to the package as reported by Phong in #21. https://github.com/randym/axlsx/issues/21
2012-01-18more fun with ms-crypto.Randy Morgan
base compound file and stream corrections
2012-01-06remove crypto for releaseRandy Morgan
2012-01-06Merge branch 'master' of https://github.com/randym/axlsxRandy Morgan
2012-01-06beginnings of password protected compound binary file using ECMA encryptionRandy Morgan
2011-12-22Another performance improvement.ochko
method_missing is being called too much. Instead declared delegate methods for undestructive Array methods
2011-12-14release prep for 1.0.14.Randy Morgan
2011-12-08removing unused namespace constants.Randy Morgan
2011-12-06Formatting float values for column width and date values in an attempt to ↵Randy Morgan
resolve https://github.com/randym/axlsx/issues/1
2011-12-05updating docs and examplesRandy Morgan
2011-12-05ensure that worksheet names are unique in the workbookRandy Morgan
2011-12-02Added locking attributes for pictures and some stubs for parsingRandy Morgan
2011-12-01added default formatting for date types when the cell style is 0 and the ↵Randy Morgan
data type is :time
2011-11-27adding yields for package workbook, workbook styles and cols collection on ↵Randy Morgan
worksheet to make charting easier.
2011-11-26adding in support for ruby 1.9.3Randy Morgan
release version 1.0.9
2011-11-23Adding image support and some document clean up for .8 releaseRandy Morgan
2011-11-23-refactoring chart position and axis data/category for chart.Randy Morgan
-additional specs and documentation improvements.
2011-11-22updating rake file, readme and other docs. Also moving version constant to ↵Randy Morgan
its own file and re-enabling package serialization tests with a bit more robust error handling when the current user does not have write permissions the directory.
2011-11-22bumping version to batch bug in gemspec that did not include docsRandy Morgan