summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx.rb
AgeCommit message (Expand)Author
2023-10-02Set escape_formulas as "true" as a global default.johnnyshields
2023-07-04Merge pull request #289 from tagliala/chore/282-require-cgi-at-module-levelZsolt Kozaroczy
2023-07-02Require 'cgi' at module levelGeremia Taglialatela
2023-07-01Fix Style/PreferredHashMethods offenseGeremia Taglialatela
2023-05-31Use Ruby 1.9 hash syntaxGeremia Taglialatela
2023-05-24Fix axlsx_styler gem errorWeston Ganger
2023-05-21Improve commentsGeremia Taglialatela
2023-05-18Fix YARD warningsGeremia Taglialatela
2023-05-17Merge branch 'master' into serializedAttributesZsolt Kozaroczy
2023-05-15Booleanize as string instead of 0 / 1 only to call to_sPaul Kmiec
2023-05-15Serialize attributes more efficientlyPaul Kmiec
2023-05-15Also cache row_refPaul Kmiec
2023-05-15Corrected rubocop offenses in lib/axlsx.rb / test/tc_axlsx.rbPaul Kmiec
2023-05-15Cache col_ref to avoid allocationsPaul Kmiec
2023-05-05Introduce BufferedZipOutputStream to avoid lots of small writes to Zip::Outpu...Paul Kmiec
2023-05-04Fix tests / code to work with frozen string literalsPaul Kmiec
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-04-12Fix warnings with Ruby 2.xKoza
2023-04-13Merge branch 'master' into escape-formulas-improvementJohnny Shields
2023-04-10Fix Layout/LeadingCommentSpace offensesGeremia Taglialatela
2023-04-09Fix Layout/ExtraSpacing offensesGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-06Fix Style/Encoding offensesGeremia Taglialatela
2023-04-01Fix global setting of escape_formulasjohnnyshields
2023-03-31Add settings for escape_formulas at global, workbook, worksheet, row and cell...johnnyshields
2022-10-12Add example images, Fix axlsx_styler checkWeston Ganger
2022-10-09ImprovementsWeston Ganger
2022-10-09Remove active_support dependency from axlsx_stylerWeston Ganger
2022-03-02instance_values -> instance_values_forpjskennedy
2022-03-02Remove monkey patch on Objectpjskennedy
2021-12-29Fix Worksheet#name_to_cell bug which returned reversed row/col indexesWeston Ganger
2021-04-26Optimize Axlsx.cell_range (#94)Oleg Yakovenko
2021-03-27Replace mimemagic with marcel (#95)Jorne Kandziora
2020-08-19Add option to `#serialize` with system zip commandRyan Winograd
2019-12-03Remove unused / stubbed code related to parsing xlsx filesStefan Daschek
2018-02-07Merge branch 'master' into release-3.0.0randym
2017-11-30Axlsx.sanitize() writes in place or copies on writeWinfield Peterson
2017-11-29Axlsx.sanitize uses delete() vs. delete!() for frozen stringsWinfield Peterson
2017-04-01chore(string): remove patching of Stringrandym
2015-07-03Extract mime type detection to an utility classmarc
2015-07-03Validates whether an image is acceptable through mime typemarc
2014-04-04Fix boolean values so the output matches Excel and works on NumbersJurriaan Pruis
2014-02-26Huge refactoringJurriaan Pruis
2013-08-29upgrade to rubyzip 1.0.0Delwyn de Villiers
2013-08-17Extracted control char sanitization to module level and applied to shared str...Randy Morgan
2013-02-04Added docs for Axlsx#range_to_aRandy Morgan
2013-01-10added documentation for trust_input and gemspec update.Randy Morgan
2013-01-10reduced processing of 3000 rows from 3+ seconds to just under 2Randy Morgan
2012-11-27Can configure a pivot table when creating itAlex Rothenberg
2012-10-14Refactored options parse into module and applied it to border_rbRandy Morgan