summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet/col.rb
AgeCommit message (Expand)Author
2023-05-31Fix Style/YodaCondition offenseGeremia Taglialatela
2023-05-22Fix Style/NonNilCheck offensesGeremia Taglialatela
2023-05-04Fix tests / code to work with frozen string literalsPaul Kmiec
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-04-10Fix Layout/LeadingCommentSpace offensesGeremia Taglialatela
2023-04-08Fix Layout/EmptyLineAfterGuardClause offensesGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-06Fix Layout/CommentIndentation offensesGeremia Taglialatela
2023-04-06Fix Style/Encoding offensesGeremia Taglialatela
2022-02-06Autowidth cell calculation is now configurableTobias Egli
2020-07-14Set column width to the maximum allowed value (#53)Sergey Ponomarev
2014-02-26Huge refactoringJurriaan Pruis
2013-01-10reduced processing of 3000 rows from 3+ seconds to just under 2Randy Morgan
2012-12-20Removed validation for col#widthRandy Morgan
2012-10-21Added insert_worksheet to Workbook so we can add worksheets at a specific pos...Randy Morgan
2012-10-14Refactored to use options parser and serialized attributes.Randy Morgan
2012-10-14refactored Col to use serialized attributes and correct camel cased outline_l...Randy Morgan
2012-07-15refactoring auto width calculation to improve code quality.Randy Morgan
2012-04-29examples and read me clean up as well as implementing outlineLevel for row an...Randy Morgan
2012-04-01part way through changing all serialization to use string concatenation prior...Randy Morgan
2012-03-29Implement full set of col attributes and improve performance of autowidth two...Randy Morgan
2012-03-28implement column object - still needs to be tied in to a rewrite of autofit_dataRandy Morgan