summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/defined_names.rb
AgeCommit message (Collapse)Author
2023-05-04Fix tests / code to work with frozen string literalsPaul Kmiec
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-04-08Fix Layout/EmptyLineAfterGuardClause offensesGeremia Taglialatela
``` rubocop --only Layout/EmptyLineAfterGuardClause -a ```
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-06Fix Layout/TrailingEmptyLines offensesGeremia Taglialatela
``` rubocop --only Layout/TrailingEmptyLines -a ```
2014-02-26Huge refactoringJurriaan Pruis
Do not create huge strings Let Row inherit from SimpleTypedList Optimized sanitizing Optimized validation And more..
2012-08-02hmm…. ditch red carpet and do some docsRandy Morgan
2012-07-31Adding in proper defined names so we can repeat header rows for each printed ↵Randy Morgan
page.