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