summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-04-15Add benchmark for preserve spaceAdam Gardiner
2013-04-12Excluded profile group when running on travisRandy Morgan
2013-04-12Grouped profile toolsRandy Morgan
2013-04-12Removed invalid usage comment from pprof daysRandy Morgan
2013-04-12Updated profile to use ruby-prof as we are in 2.0 for dev these days.Randy Morgan
2013-04-12Updated gemfile source and added ruby-profRandy Morgan
2013-04-10Add support for preserving leading and trailing spaces in cell valuesAdam Gardiner
2013-04-04Merge pull request #183 from straydogstudio/masterRandy Morgan (@morgan_randy)
Added support for specifying between/notBetween formula in an array.
2013-04-04Documentation for @formula attribute.Noel Peden
2013-04-04Added support for specifying between/notBetween formula in an array.Noel Peden
2013-03-30Merge pull request #180 from nogara/fix-readmeRandy Morgan (@morgan_randy)
Fixes link to straydogstudio github profile
2013-03-28Fixes link to straydogstudio github profileLuiz Gustavo Nogara
2013-03-18Updated master branch travis-ci build stats badgeRandy Morgan
This should always point to master
2013-03-17marking 1.8.7 as an allowed failureRandy Morgan
2013-03-17Fixed LineChart and refactored chart axes managementRandy Morgan
2013-03-15Merge pull request #178 from Programatica/masterRandy Morgan (@morgan_randy)
Add LineChart
2013-03-16First run at 'hidden' comments WIPRandy Morgan
The xml is genrated correcty, but the comment still shows until it is selected once in the excel ui - so I must be missing something.
2013-03-16Added 2.0.0 to rubies for travis-ciRandy Morgan
2013-03-15add test and remove activesupport methodsSergio Cambra
2013-03-14fix line chart nameSergio Cambra
2013-03-14only yield if block givenSergio Cambra
2013-03-14fix loading LineChartSergio Cambra
2013-03-14add lineChart (2D) and show_marker to LineSeries (for 2D line chart)Sergio Cambra
2013-02-25Allow other sheet as data source for pivot tables and fix hard coded sheet ↵Jean Jacques Warmerdam
name in Pivot Table Cache Definition
2013-02-04Completed missing docs and pre-release prepRandy Morgan
2013-02-04Added docs for Drawing#child_objectsRandy Morgan
2013-02-04Added docs for Axlsx#range_to_aRandy Morgan
2013-02-04Extracted type based cell serializersRandy Morgan
2013-01-23Updated README as pre-release prepRandy Morgan
2013-01-23Updated chart vary_colorsRandy Morgan
This sets the proper default for each chart type and lets us change it as we need.
2013-01-20Merge pull request #163 from ngpestelos/masterRandy Morgan (@morgan_randy)
Update comments to reflect new usage of add_row
2013-01-21Update comments to reflect new usage of #add_row methodNestor Pestelos and Ramon Tayag
2013-01-15Refactored relationship management for drawingsRandy Morgan
This should fix #160
2013-01-15Added support for iso 8601 data types.Randy Morgan
Not really sure what excel is going to do with these data types, but hooking it up is the first step ;)
2013-01-15added tests for trust_inputRandy Morgan
2013-01-10added documentation for trust_input and gemspec update.Randy Morgan
2013-01-10Merge branch 'master' of https://github.com/randym/axlsxRandy Morgan
2013-01-10update outline_level_rows and outline_level_columns example.Randy Morgan
2013-01-10reduced processing of 3000 rows from 3+ seconds to just under 2Randy Morgan
2013-01-10Update axlsx.gemspecRandy Morgan (@morgan_randy)
rewording of gem description
2013-01-07Merge pull request #155 from nilbus/name-validationRandy Morgan (@morgan_randy)
Fixes related to validating worksheet name uniqueness
2013-01-02Worksheet name uniqueness doesn't apply to itselfEdward Anderson
This constraint would prevent you from creating a new worksheet with the name that it would have gotten by default.
2013-01-02Don't add worksheets to the workbook when initialize failsEdward Anderson
Creating a worksheet with an invalid name would still add it to the workbook, despite raising an exception.
2012-12-21removed typo spaceRandy Morgan
2012-12-21Applied patches for 1.8.7Randy Morgan
2012-12-20Removed validation for col#widthRandy Morgan
This needs to be smarter and only validate when the user supplies a value directly. 10% performance increase just by removing the validataion as this gets updated every time we set a single cell value.
2012-12-20Simplified to_xml_string serializationRandy Morgan
Spit out cell type based serializers and got rid of the case statement.
2012-12-19Removed unused relationships_index_of method in pivot_tableRandy Morgan
2012-12-19Updated readme to include outine_level_rows and outline_level_columns changeRandy Morgan
2012-12-19changed outline_row to outline_level_row to minimize confusion with bordersRandy Morgan