summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/defined_name.rb
AgeCommit message (Expand)Author
2023-06-10Fix safe Style/ColonMethodCall offensesGeremia Taglialatela
2023-05-05Pipe output directly to str and avoid additional memory allocationsPaul Kmiec
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-09Fix Layout/ArgumentAlignment offensesGeremia Taglialatela
2023-04-08Fix Layout/EmptyLineAfterGuardClause offensesGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2014-02-26Huge refactoringJurriaan Pruis
2014-02-26Add missing change from 4400e233c (refs #285)Jonathan Tron
2014-02-26Do not put Axlsx::DefinedName#name in serialized_attributes (fixes #285)Jonathan Tron
2013-08-06Fix minor typosMartin madsen
2012-10-18Added support for custom defined names by removing _xlnm prefixed values vali...Randy Morgan
2012-10-14Refactored to use options parser, accessors and serialization attributesRandy Morgan
2012-10-09extracted accessor methods into module that is scope because polluting Module...Randy Morgan
2012-09-30Forgot to add these files to last commit!Randy Morgan
2012-09-30Extracted String Attribute method generation.Randy Morgan
2012-09-30Extracted boolean attribute class method generation to module.Randy Morgan
2012-08-02hmm…. ditch red carpet and do some docsRandy Morgan
2012-08-02bring coverage up to 100% for d_lbls and defined namesRandy Morgan
2012-07-31fix typo and update readmeRandy Morgan
2012-07-31Adding in proper defined names so we can repeat header rows for each printed ...Randy Morgan