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
/
col.rb
Age
Commit message (
Expand
)
Author
2023-05-31
Fix Style/YodaCondition offense
Geremia Taglialatela
2023-05-22
Fix Style/NonNilCheck offenses
Geremia Taglialatela
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-10
Fix Layout/LeadingCommentSpace offenses
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 Style/Encoding offenses
Geremia Taglialatela
2022-02-06
Autowidth cell calculation is now configurable
Tobias Egli
2020-07-14
Set column width to the maximum allowed value (#53)
Sergey Ponomarev
2014-02-26
Huge refactoring
Jurriaan Pruis
2013-01-10
reduced processing of 3000 rows from 3+ seconds to just under 2
Randy Morgan
2012-12-20
Removed validation for col#width
Randy Morgan
2012-10-21
Added insert_worksheet to Workbook so we can add worksheets at a specific pos...
Randy Morgan
2012-10-14
Refactored to use options parser and serialized attributes.
Randy Morgan
2012-10-14
refactored Col to use serialized attributes and correct camel cased outline_l...
Randy Morgan
2012-07-15
refactoring auto width calculation to improve code quality.
Randy Morgan
2012-04-29
examples and read me clean up as well as implementing outlineLevel for row an...
Randy Morgan
2012-04-01
part way through changing all serialization to use string concatenation prior...
Randy Morgan
2012-03-29
Implement full set of col attributes and improve performance of autowidth two...
Randy Morgan
2012-03-28
implement column object - still needs to be tied in to a rewrite of autofit_data
Randy Morgan