summaryrefslogtreecommitdiffhomepage
path: root/examples
AgeCommit message (Collapse)Author
2012-05-24ExamplesJan-Hendrik Hühne
2012-05-22File renameJan-Hendrik Hühne
2012-05-22First try of the data validation feature.Jan-Hendrik Hühne
2012-05-20more work on sheet protection. Protection is working, but specifying a ↵Randy Morgan
password does not work. Having a bit of trouble implementing the hashing algorithm...
2012-05-13updated examplesRandy Morgan
2012-05-13add example for adding comments to a worksheet.Randy Morgan
2012-05-08worksheet comments step 2. Needs docs and specs - but it works in ExcelRandy Morgan
2012-05-03Add support for pageSetup.Stefan Daschek
2012-05-03Add support for printOptionsStefan Daschek
2012-05-04more release prepRandy Morgan
2012-05-031.1.4 release prepRandy Morgan
2012-05-03examples cleanupRandy Morgan
2012-05-03An example using 'real' data as a deeper chart example for @bruparelRandy Morgan
2012-05-03rebuild series data base objects with full implementation.Randy Morgan
Address shape validation error.
2012-04-29examples and read me clean up as well as implementing outlineLevel for row ↵Randy Morgan
and col.
2012-04-28add some colorization to the main examples as well.Randy Morgan
2012-04-28in living color! charts using the colors you want.Randy Morgan
2012-04-27colored chart series and examples. Still need to workout scatter as it uses ↵Randy Morgan
line and shape
2012-04-25documentation updates and example dir restructuring.Randy Morgan
2012-04-25label rotation and conditional formatting examplesRandy Morgan
2012-04-25er..Randy Morgan
2012-04-25update examples to show date time formatting and axis label rotation for chartsRandy Morgan
2012-04-23Merge branch 'master' of github.com:randym/axlsxRandy Morgan
2012-04-23first stage refactoring for Style#add_style [inprogress]Randy Morgan
2012-04-21Update icon_set to use percent in its value_objectsStephen Pike
Extend conditional formatting to the entire examples Rename example file to "example_conditional_formatting.xls"
2012-04-21adding in icon set and MOAR examples for conditional formatting.Randy Morgan
2012-04-20[#33] Add support for Dxf elements to enable conditional formattingStephen Pike
New Dxf class implements 18.8.14. Conditional formatting now "works". Add :type option to add_styles, defaults to :xf when add_styles is called with :dxf type, new styles are not added to the global @styles set. Dxf child elements only exist inside the `<dxf>` chunk. Added tests and an example.
2012-04-18add sample for readmeRandy Morgan
2012-04-18update readme / version for pre-releaseRandy Morgan
2012-04-13some styling updates for this exampleRandy Morgan
2012-04-10A real exampleRandy Morgan
2012-04-01Skip cells with nil valuesJurriaan Pruis
2012-03-29Implement full set of col attributes and improve performance of autowidth ↵Randy Morgan
two fold. ``` user system total real axlsx_noautowidth 0.810000 0.020000 0.830000 ( 0.836274) axlsx 1.430000 0.160000 1.590000 ( 1.776305) axlsx_shared 9.360000 0.160000 9.520000 ( 9.662113) axlsx_stream 1.320000 0.110000 1.430000 ( 1.429806) csv 0.260000 0.020000 0.280000 ( 0.296828)
2012-03-25Merge pull request #62 from joekain/scatter-cleanRandy Morgan
Add Scatter Chart example.
2012-03-23Add Scatter Chart example.Joe Kain
2012-03-23Explicitly state $LOAD_PATH in exampleRandy Morgan
2012-03-23readme and examples updates.Randy Morgan
2012-03-21brining the table example back in. Randy Morgan
Still frustrated that this tosses up 'unsupported' errors in mac.
2012-03-21@jurriaan is a rockstar.Randy Morgan
2012-03-21Updated exampleJurriaan Pruis
2012-03-21adding in an option to disable both the require of RMagick and auto-width ↵Randy Morgan
processing. see Workbook#use_autowidth. Defaults to true for backward compatibility.
2012-03-12adding in option to show/hide gridlines in a sheet.Randy Morgan
2012-03-02Updated example.rbJurriaan Pruis
Fixed indenting and commented date1904
2012-02-28typo in examplesRandy Morgan
2012-02-25readme and examples updatesRandy Morgan
2012-02-22Remove debugging in example.rbJonathan Tron
2012-02-22Add :date support to Axlsx::Cell and add missing part for boolean supportJonathan Tron
- date is now separated from Time support so that it does not include unwanted hours/minutes/seconds - missing boolean support was the xml generation specific to :boolean type
2012-02-14Stomp out all warnings.Randy Morgan
"Method calls with expanded arrays require parentheses" Thanks rspec - I didn't know that.
2012-02-14changing column_widths to accept *args instead of a declared array.Randy Morgan
2012-02-13Improve accessibility and stringency for column_widths editing.Randy Morgan