summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook
AgeCommit message (Expand)Author
2020-12-10Fix calculation of worksheet name lengthLuka Lüdicke
2020-12-03Extend cell_type_from_value with sanity checksToms Mikoss
2020-11-27Add casting to dateArtem Kozaev
2020-11-27Allow to set cell type to `date`Artem Kozaev
2020-07-27Fix type detection for floats with out-of-rage exponents (#54)Stefan Daschek
2020-07-14Set column width to the maximum allowed value (#53)Sergey Ponomarev
2020-02-13Improve cell string_autowidth calculations (#44)Weston Ganger
2019-12-20Add option to protect against formula injection attacks (#34)Gabriel Morcote
2019-12-17Check size in bytes as opposed to string sizeIan Clarkson
2019-12-15Fix typo.Stefan Daschek
2019-12-03Remove unused / stubbed code related to parsing xlsx filesStefan Daschek
2018-02-08chore(coverage): 100% coverage, 100% docsrandym
2018-02-08chore(coverage) increase coverage and cleanuprandym
2018-02-07fix(docs): patch docs returns -> returnrandym
2018-02-06Merge branch 'master' into release-3.0.0randym
2018-02-06Merge pull request #432 from repinel/fix-cols-docRandy Morgan (@morgan_randy)
2018-01-11chore(clean): remove white spacerandym
2017-04-01Merge branch 'master' into release-3.0.0randym
2017-04-01chore(doc): document some membersrandym
2017-04-01chore(depreciated): remove depreciated membersrandym
2017-03-23Fix typomparramon-kantox
2016-11-15Merge pull request #499 from ehallmark/pivot_table_bugsRandy Morgan (@morgan_randy)
2016-11-15Merge pull request #494 from sato-s/sheet-titleRandy Morgan (@morgan_randy)
2016-11-15Merge pull request #492 from sato-s/colorRandy Morgan (@morgan_randy)
2016-11-14set color with Row#color=sato-s
2016-11-12fix warning: constant ::Fixnum is deprecatedtakkanm
2016-11-07Added style_info field to pivot_table.rbEvan Hallmark
2016-11-07Updated pivot_table#pivot_field_for to use the axisPage attr for page fields ...Evan Hallmark
2016-11-07Added pivot table option to pass in list of row fields to omit subtotals fromEvan Hallmark
2016-11-04Merge pull request #455 from acl-services/text-typeRandy Morgan (@morgan_randy)
2016-11-02Allow a Row to be passed to merge_cellsMike Dillon
2016-10-09Fix #472: worksheet name with underscoresato-s
2016-04-05Escape html in :text typeArkadiy Butermanov
2016-03-23Implement :text cell typeArkadiy Butermanov
2016-01-13Remove incorrect argumentBruce Davidson
2016-01-13Fix #440 - allow control of position of outline summary row/columnsBruce Davidson
2015-12-14[ci skip] Fix the documentation for Worksheet#colsRoque Pinel
2015-11-18remove some code reekRunar Ingebrigtsen
2015-07-29workbook.rb: added possibility to reverse the serialization order of workbookErik Veijola
2015-07-04Merge branch 'fix-time-cast' of https://github.com/soutaro/axlsx into soutaro...Jonathan Tron
2015-07-04Add test, fix example with tab color generation and fix a but due to a typoJonathan Tron
2015-05-23Option to change tab colorshifakhan
2015-04-26Update worksheet.rbIwan Buetti
2015-01-12Fix #fit_to to work correctly and fix tests under Ruby 2.2.0Jurriaan Pruis
2014-12-10Typo in row.rbGary Holtz
2014-10-29Skip to_time if the value is a Time instanceSoutaro Matsumoto
2014-07-29Allow multiple autofilters per workbookmfrank01
2014-04-04Fix boolean values so the output matches Excel and works on NumbersJurriaan Pruis
2014-03-17Fix RichText warningJurriaan Pruis
2014-03-12Fix autowidth in combination with sanitizingJurriaan Pruis