Sha256: 0abf6b0a7682a3b30fe52b0d03f2d5b42146aeaab032ead61e67e8b9184ea7c4
Contents?: true
Size: 1.44 KB
Versions: 1
Compression:
Stored size: 1.44 KB
Contents
0.4.0 / 2012-07-19 * Enhancements * Use a shared string file! thanks to @ledbettj in https://github.com/seamusabshere/xlsx_writer/pull/3 * Write rows and shared strings directly to disk to minimize memory usage * Simplify syntax: XlsxWriter.new instead of XlsxWriter::Document.new * Bug fixes * Render BigDecimal and Rational as decimal 0.3.2 / 2012-07-12 * Bug fixes * "Wrong date - Fixed 2 days missing because of Lotus 123 leap year bug and the way calculation is done" - thanks @igagnidz ! 0.3.1 / 2012-07-10 * Enhancements * Allow freezing on any top left cell and on a per-sheet basis 0.3.0 / 2012-07-10 * Enhancements * Allow "quiet booleans" in case you don't want FALSE everywhere * Allow freezing pane after the first (header) row 0.2.2 / 2012-07-04 * Bug fixes * Properly render FALSE boolean cells * Enhancements * Add :faded option for cells 0.2.1 / 2012-06-08 * Bug fixes * Clean up after tests (don't leave junk files around) * Enhancements * Sorting by autofilter doesn't crash any more! (at least on Office for Mac 2011) * Developer notes * Added repack.rb and unpack.rb, which are useful for trying out incremental changes to xlsx files 0.2.0 / 2012-04-23 * Enhancements * Add tests * Test on MRI 1.8, MRI 1.9, and JRuby 1.6.7+ * Simply, DRY, and make thread-safe * Use unix_utils instead of our own spawning code * Stop using autoload * Bug fixes * Wrap croptop and cropleft in quotes
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xlsx_writer-0.4.0 | CHANGELOG |