summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet/sheet_pr.rb
AgeCommit message (Expand)Author
2023-05-31Use Ruby 1.9 hash syntaxGeremia Taglialatela
2023-05-20Fix Style/ZeroLengthPredicate unsafe 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-12Merge pull request #191 from tagliala/chore/add-rubocopZsolt Kozaroczy
2023-04-10Fix tab color assignmentGeremia Taglialatela
2023-04-08Fix Layout/EmptyLineAfterGuardClause offensesGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-06Remove Layout/TrailingWhitespace offensesGeremia Taglialatela
2016-01-13Remove incorrect argumentBruce Davidson
2016-01-13Fix #440 - allow control of position of outline summary row/columnsBruce Davidson
2015-07-04Add test, fix example with tab color generation and fix a but due to a typoJonathan Tron
2015-05-23Option to change tab colorshifakhan
2012-10-14Refactored to use options parser, accessors and serialization attributesRandy Morgan
2012-10-14Extracted attriubte serializationRandy Morgan
2012-10-09extracted accessor methods into module that is scope because polluting Module...Randy Morgan
2012-09-30Extracted STRING_ATTRIBUTES and BOOLEAN_ATTRIBUTES into mixin from moduleRandy Morgan
2012-09-30Extracted boolean attribute class method generation to module.Randy Morgan
2012-09-30added MOAR documentationRandy Morgan
2012-09-30remove PageSetUpPr from sheetPrRandy Morgan
2012-09-27Completed first run of auto_filter filter_columns and value based filters.Randy Morgan
2012-09-26implement serialized attributes for filter_columnRandy Morgan
2012-09-26set filter_modeRandy Morgan
2012-09-26pre-release readme updates and more work on auto_filter preset valuesRandy Morgan
2012-08-04pre-release prepRandy Morgan
2012-07-17MOAR cleanup for worksheet.Randy Morgan