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-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
2012-10-14
Extracted attriubte serialization
Randy Morgan
2012-10-09
extracted accessor methods into module that is scope because polluting Module...
Randy Morgan
2012-10-08
Fix worksheet name escaping and cell sorting in Axlsx.cell_range
Jonathan Tron
2012-09-30
Forgot to add these files to last commit!
Randy Morgan
2012-09-30
Extracted boolean attribute class method generation to module.
Randy Morgan
2012-09-30
Reformatted docs for Axlsx module
Randy Morgan
2012-09-27
Completed first run of auto_filter filter_columns and value based filters.
Randy Morgan
2012-09-23
Autofilter extended implementation
Randy Morgan
2012-08-02
hmm…. ditch red carpet and do some docs
Randy Morgan
2012-07-20
fix for #115 and README update as we do support charts in Google Docs
Randy Morgan
2012-07-17
clean up cell_range
Randy Morgan
2012-07-15
refactor cell_range helper
Randy Morgan
2012-07-14
fix for #112 - encode html entities
Randy Morgan
2012-06-20
remove commented includes for ms off crypto
Randy Morgan
2012-06-07
update camel to allow lower case first letter optionally
Randy Morgan
2012-05-30
release prep for 1.1.6
Randy Morgan
2012-05-25
Use snake case and provide alias for misnamed method in 1.x.x
Randy Morgan
[next]