index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
axlsx.rb
Age
Commit message (
Expand
)
Author
2023-10-02
Set escape_formulas as "true" as a global default.
johnnyshields
2023-07-04
Merge pull request #289 from tagliala/chore/282-require-cgi-at-module-level
Zsolt Kozaroczy
2023-07-02
Require 'cgi' at module level
Geremia Taglialatela
2023-07-01
Fix Style/PreferredHashMethods offense
Geremia Taglialatela
2023-05-31
Use Ruby 1.9 hash syntax
Geremia Taglialatela
2023-05-24
Fix axlsx_styler gem error
Weston Ganger
2023-05-21
Improve comments
Geremia Taglialatela
2023-05-18
Fix YARD warnings
Geremia Taglialatela
2023-05-17
Merge branch 'master' into serializedAttributes
Zsolt Kozaroczy
2023-05-15
Booleanize as string instead of 0 / 1 only to call to_s
Paul Kmiec
2023-05-15
Serialize attributes more efficiently
Paul Kmiec
2023-05-15
Also cache row_ref
Paul Kmiec
2023-05-15
Corrected rubocop offenses in lib/axlsx.rb / test/tc_axlsx.rb
Paul Kmiec
2023-05-15
Cache col_ref to avoid allocations
Paul Kmiec
2023-05-05
Introduce BufferedZipOutputStream to avoid lots of small writes to Zip::Outpu...
Paul Kmiec
2023-05-04
Fix tests / code to work with frozen string literals
Paul Kmiec
2023-05-04
Enable Style/FrozenStringLiteralComment and autocorrect
Paul Kmiec
2023-04-12
Fix warnings with Ruby 2.x
Koza
2023-04-13
Merge branch 'master' into escape-formulas-improvement
Johnny Shields
2023-04-10
Fix Layout/LeadingCommentSpace offenses
Geremia Taglialatela
2023-04-09
Fix Layout/ExtraSpacing offenses
Geremia Taglialatela
2023-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-06
Fix Style/Encoding offenses
Geremia Taglialatela
2023-04-01
Fix global setting of escape_formulas
johnnyshields
2023-03-31
Add settings for escape_formulas at global, workbook, worksheet, row and cell...
johnnyshields
2022-10-12
Add example images, Fix axlsx_styler check
Weston Ganger
2022-10-09
Improvements
Weston Ganger
2022-10-09
Remove active_support dependency from axlsx_styler
Weston Ganger
2022-03-02
instance_values -> instance_values_for
pjskennedy
2022-03-02
Remove monkey patch on Object
pjskennedy
2021-12-29
Fix Worksheet#name_to_cell bug which returned reversed row/col indexes
Weston Ganger
2021-04-26
Optimize Axlsx.cell_range (#94)
Oleg Yakovenko
2021-03-27
Replace mimemagic with marcel (#95)
Jorne Kandziora
2020-08-19
Add option to `#serialize` with system zip command
Ryan Winograd
2019-12-03
Remove unused / stubbed code related to parsing xlsx files
Stefan Daschek
2018-02-07
Merge branch 'master' into release-3.0.0
randym
2017-11-30
Axlsx.sanitize() writes in place or copies on write
Winfield Peterson
2017-11-29
Axlsx.sanitize uses delete() vs. delete!() for frozen strings
Winfield Peterson
2017-04-01
chore(string): remove patching of String
randym
2015-07-03
Extract mime type detection to an utility class
marc
2015-07-03
Validates whether an image is acceptable through mime type
marc
2014-04-04
Fix boolean values so the output matches Excel and works on Numbers
Jurriaan Pruis
2014-02-26
Huge refactoring
Jurriaan Pruis
2013-08-29
upgrade to rubyzip 1.0.0
Delwyn de Villiers
2013-08-17
Extracted control char sanitization to module level and applied to shared str...
Randy Morgan
2013-02-04
Added docs for Axlsx#range_to_a
Randy Morgan
2013-01-10
added documentation for trust_input and gemspec update.
Randy Morgan
2013-01-10
reduced processing of 3000 rows from 3+ seconds to just under 2
Randy Morgan
2012-11-27
Can configure a pivot table when creating it
Alex Rothenberg
2012-10-14
Refactored options parse into module and applied it to border_rb
Randy Morgan
[next]