summaryrefslogtreecommitdiffhomepage
path: root/README.md
AgeCommit message (Collapse)Author
2012-07-25Merge pull request #114 from straydogstudio/masterRandy Morgan (@morgan_randy)
Updated README to point to axlsx_rails, a new plugin for xlsx templates using xlsx or acts_as_xlsx.
2012-07-20fix for #115 and README update as we do support charts in Google DocsRandy Morgan
2012-07-18read me updatesRandy Morgan
2012-07-17Update masterNoel Peden
2012-07-17Update masterNoel Peden
2012-07-14Add in conditional formatting examplesRandy Morgan
2012-07-13add in pledge badge to read meRandy Morgan
2012-07-10code updates for readability.Randy Morgan
part of an ongoing effort to make the code more readable code.
2012-07-08read me updates regarding interoperabilityRandy Morgan
2012-07-03and fixing a type in that update as well….Randy Morgan
2012-07-03update read me to correct link to examplesRandy Morgan
2012-07-03README updatesRandy Morgan
2012-06-28update read me for latest changesRandy Morgan
2012-06-12add markdown style link for non yard renderersRandy Morgan
2012-06-11documentation improvements.Randy Morgan
2012-06-05fix chart title parsing to properly handle non-cell based text runsRandy Morgan
2012-06-04pre-release bumpRandy Morgan
2012-06-02more work on solidifying parsing of data caching for charts to eliminate ↵Randy Morgan
formula strings.
2012-05-301.1.6 readmeRandy Morgan
2012-05-30release prep for 1.1.6Randy Morgan
2012-05-13update README for releaseRandy Morgan
2012-05-04more release prepRandy Morgan
2012-05-031.1.4 release prepRandy Morgan
2012-04-29examples and read me clean up as well as implementing outlineLevel for row ↵Randy Morgan
and col.
2012-04-28updated readmeRandy Morgan
2012-04-25bump version as I pushed a gem with missing docs.Randy Morgan
2012-04-25documentation updates and example dir restructuring.Randy Morgan
2012-04-25add label_rotation to readme bar chart exampleRandy Morgan
2012-04-25update README and version for pre-releaseRandy Morgan
2012-04-21MOAR credit where credit is dueRandy Morgan
2012-04-21credit where credit is dueRandy Morgan
2012-04-18raw master imageRandy Morgan
2012-04-18pre-release README updatesRandy Morgan
2012-04-18update readme / version for pre-releaseRandy Morgan
2012-04-16The beginning of the end of RMagick! Still needs lots of testing but seems ↵Randy Morgan
comparable to the current autowidth calculations, is much faster than RMagick and more than anything - it removes a dependency on a Gem that is a huge pain in the ass.
2012-04-13readme updateRandy Morgan
2012-04-09credit where credit is due, some docs changes and removing the befor_script ↵Randy Morgan
from travis as it requires rake in the deps it seems.
2012-04-03updated READMEJurriaan Pruis
2012-04-03pre release prepRandy Morgan
2012-04-03pre-release cleanupRandy Morgan
2012-04-01Add in Rubinius to required envs in travisRandy Morgan
2012-04-01version bumpRandy Morgan
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-25include scatter plot exampleRandy Morgan
2012-03-23readme and examples updates.Randy Morgan
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-13credit where credit is due!Randy Morgan
2012-03-04remove rubyXL interop and update readmeRandy Morgan
2012-03-03Merge https://github.com/randym/axlsxRandy Morgan
2012-03-03adding email notifications for travis and updating readme in preparation for ↵Randy Morgan
.18 release