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
/
worksheet
/
table.rb
Age
Commit message (
Expand
)
Author
2023-06-05
Prefer `Kernel#format` to `String#%`
Geremia Taglialatela
2023-06-05
Fix Style/RedundantInterpolation offenses
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-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix EmptyLines related offenses
Geremia Taglialatela
2023-04-06
Fix Style/Encoding offenses
Geremia Taglialatela
2023-04-06
Remove Layout/TrailingWhitespace offenses
Geremia Taglialatela
2021-02-03
Fix special characters in table header
Rob Donnelly
2014-02-26
Huge refactoring
Jurriaan Pruis
2013-07-08
Make relationship ids more reliable.
Stefan Daschek
2012-10-14
Refactored to use options parser, accessors and serialization attributes
Randy Morgan
2012-09-14
Implement table style info for named tables.
Randy Morgan
2012-05-16
depreciating Worksheet.fit_to_page as a writable attribute.
Randy Morgan
2012-04-28
fix Table#header_cells method
Jurriaan Pruis
2012-04-03
pre-release cleanup
Randy Morgan
2012-04-01
part way through changing all serialization to use string concatenation prior...
Randy Morgan
2012-03-21
tiny bit of restructuring
Randy Morgan