summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-01-06Update header_footer.rbAndrew Grimm
Fix documentation.
2014-01-02Merge pull request #271 from jurriaan/travis-fixesJurriaan Pruis
Travis fixes
2014-01-02Add ruby 2.1.0 to testsJurriaan Pruis
2014-01-02Travis rbx fixesJurriaan Pruis
2013-11-04Merge pull request #255 from skateinmars/fix-scatterchart-axesRandy Morgan (@morgan_randy)
Fix ScatterChart#y_val_axis returning the wrong axis
2013-11-04Merge pull request #254 from skateinmars/bubble_chartRandy Morgan (@morgan_randy)
Add support for bubble charts
2013-10-10Do not use a marker tag in bubble series tagsJean-Philippe Moal
As per the spec, a bubble series tag should not include a marker tag. This was preventing files from being open with Excel Viewer.
2013-10-09Fix ScatterChart#y_val_axis returning the wrong axisJean-Philippe Moal
The y_val_axis method was returning the x axis instead of the y axis.
2013-10-09Add support for bubble chartsJean-Philippe Moal
2013-09-30Fix image anchor swapping and update readme.Randy Morgan
2013-09-29Merge pull request #251 from randym/cell_nameRandy Morgan (@morgan_randy)
Add Cell#name
2013-09-30add name attribute to cell to create defined names for a single cell. ↵Randy Morgan
https://github.com/randym/axlsx/issues/241
2013-09-28Merge pull request #250 from randym/bookview_sheetstateRandy Morgan (@morgan_randy)
Managing Sheet Visibility and Tab Selection
2013-09-29Adds examples for hiding sheets and workbook viewRandy Morgan
These examples show using hidden and very hidden to manage worksheet visibility as well as using the active_tab attribute of a workbook#view in order to specify which tab should be showing when the sheet is opened.
2013-09-29Integrate workbook views and alter serializationRandy Morgan
This integrates workbook views and sheet state into serialization. I also noticed that we were populating defined names during serialization. While it is good to delay this as late as possible as there is always the chance that some conditional programming by the consumer adds, and then removes an autofilter, I am choosing to risk it at this point for cleaner code.
2013-09-29Added workbook views collection and workbook view objectRandy Morgan
2013-09-29add validation for Worksheet#state and WorkbookView#visibilityRandy Morgan
2013-09-27update readmeRandy Morgan
2013-09-26Merge pull request #245 from patorash/feature-line-chart-smoothRandy Morgan (@morgan_randy)
smooth line for line chart
2013-09-27Fix example.rbpatorash
2013-09-27smooth line for line chartpatorash
2013-09-26extended examples and smooth lines for line chartRandy Morgan
2013-09-13bump the version and get onto 1.0.0Randy Morgan
2013-09-13add .yardopts_guide to gemRandy Morgan
2013-09-13fix contributors linkRandy Morgan
2013-09-13remove coverage task as it happens automatically when specs are runRandy Morgan
2013-09-13update README and CHANGE log for pre-releaseRandy Morgan
2013-09-13remove unused test varsRandy Morgan
2013-09-13initialize subtotal to remove warningsRandy Morgan
2013-09-13version 2.0.0Randy Morgan
2013-09-13Add support for automatically adjusting serialized times and dates to ↵Randy Morgan
account for the zone
2013-09-13remove stupidity, remove warningRandy Morgan
2013-09-13Bring documentation up to 100%Randy Morgan
2013-09-13repair pivot table data ref populate and bring coverage back up to 100%Randy Morgan
2013-09-13Fixes for anchor swapping when adding images. - Two -> One swap still pending.Randy Morgan
2013-09-13Page Breaks - round oneRandy Morgan
This sets up the basic col and row break creation and serialization. You can specify either a string reference like "C7" or provide an Axlsx::Cell instance to specify the break point. Serialization is working cleanly but excel does not automatically render those breaks yet. You need to switch to page preview mode.
2013-09-13sorry folks 1.8.7 is just simply a no-goRandy Morgan
2013-09-13docs for ColBreaksRandy Morgan
2013-09-13re-enable 1.8.7 travis and pin rubyzip at 0.9.9Randy Morgan
2013-08-29Merge pull request #231 from delwyn/rubyzipRandy Morgan (@morgan_randy)
upgrade to rubyzip 1.0.0
2013-08-29dont rely on jruby 1.9 to produce an ordered hashRandy Morgan
2013-08-29upgrade to rubyzip 1.0.0Delwyn de Villiers
2013-08-19More work on page breaksRandy Morgan
2013-08-17refactored stupidityRandy Morgan
2013-08-17file namingRandy Morgan
2013-08-17add uppercase file for image file checking testsRandy Morgan
2013-08-17add first bits of col/row break supportRandy Morgan
2013-08-17whitespace and debug cleanupRandy Morgan
2013-08-17Extracted control char sanitization to module level and applied to shared ↵Randy Morgan
strings table output.
2013-08-17add spec to ensure that serialized symbol values are cameled.Randy Morgan