index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
axlsx
/
workbook
/
workbook.rb
Age
Commit message (
Expand
)
Author
2023-06-15
Fix redundant self offenses
Geremia Taglialatela
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
2023-06-05
Prefer `Kernel#format` to `String#%`
Geremia Taglialatela
2023-06-02
Fix negated if offenses
Geremia Taglialatela
2023-05-31
Merge pull request #268 from tagliala/chore/fix-symbol-proc-offenses
Zsolt Kozaroczy
2023-05-31
Fix Style/SymbolProc offenses
Geremia Taglialatela
2023-05-31
Fix Style/ConditionalAssignment offenses
Geremia Taglialatela
2023-05-24
Fix Style/RedundantFileExtensionInRequire offenses
Geremia Taglialatela
2023-05-22
Merge pull request #243 from tagliala/chore/fix-zero-length-predicate-offenses
Zsolt Kozaroczy
2023-05-22
Merge pull request #235 from tagliala/chore/fix-yard-warnings
Zsolt Kozaroczy
2023-05-21
Improve comments
Geremia Taglialatela
2023-05-20
Fix Style/ZeroLengthPredicate unsafe offenses
Geremia Taglialatela
2023-05-20
Fix sheet_by_name for sheets with escaped characters
Adam Kiczula
2023-05-15
Use `include?` and `find` for performance
Geremia Taglialatela
2023-05-05
Pipe output directly to str and avoid additional memory allocations
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-13
Merge branch 'master' into escape-formulas-improvement
Johnny Shields
2023-04-12
Small fixes: whitespace, typos, ordering, etc. (#188)
Johnny Shields
2023-04-09
Fix Layout/ExtraSpacing offenses
Geremia Taglialatela
2023-04-09
Fix offenses related to indentation consistency
Geremia Taglialatela
2023-04-08
Fix Layout/EmptyLineAfterGuardClause offenses
Geremia Taglialatela
2023-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix EmptyLines related offenses
Geremia Taglialatela
2023-04-06
Fix Layout/CommentIndentation offenses
Geremia Taglialatela
2023-04-06
Fix Layout/EmptyLines offenses
Geremia Taglialatela
2023-04-06
Fix Style/Encoding offenses
Geremia Taglialatela
2023-03-31
Add settings for escape_formulas at global, workbook, worksheet, row and cell...
johnnyshields
2022-10-12
Resolve all TODOs
Weston Ganger
2022-10-09
Improvements
Weston Ganger
2022-10-09
Remove active_support dependency from axlsx_styler
Weston Ganger
2022-09-29
Merge axlsx_styler gem into caxlsx
Weston Ganger
2022-02-06
Autowidth cell calculation is now configurable
Tobias Egli
2019-12-03
Remove unused / stubbed code related to parsing xlsx files
Stefan Daschek
2017-04-01
chore(doc): document some members
randym
2016-01-13
Fix #440 - allow control of position of outline summary row/columns
Bruce Davidson
2015-07-29
workbook.rb: added possibility to reverse the serialization order of workbook
Erik Veijola
2014-03-01
Implemented RichText (multiple text runs)
Jurriaan Pruis
2014-02-26
Huge refactoring
Jurriaan Pruis
2013-09-29
Integrate workbook views and alter serialization
Randy Morgan
2013-08-19
More work on page breaks
Randy Morgan
2013-08-17
add first bits of col/row break support
Randy Morgan
2013-07-08
Make relationship ids more reliable.
Stefan Daschek
2013-04-28
Refactored and renamed space preservation
Randy Morgan
2013-01-10
reduced processing of 3000 rows from 3+ seconds to just under 2
Randy Morgan
2012-12-04
Added sheet_format_pr to help iOS/OSX preview renderers look nice
Randy Morgan
2012-12-04
Moved defined names in workbook to be serialized before pivot tables
Randy Morgan
2012-11-27
Merge pull request #148 from alexrothenberg/pivot_table
Randy Morgan (@morgan_randy)
2012-11-27
Create a simple Pivot Table
Alex Rothenberg
2012-11-22
Adds basic support for headers and footers.
Adam Mueller
[next]