summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet/page_setup.rb
AgeCommit message (Expand)Author
2023-06-10Fix safe Style/ColonMethodCall offensesGeremia 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-09Fix offenses related to indentation consistencyGeremia 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 Layout/EmptyLines offensesGeremia Taglialatela
2015-01-12Fix #fit_to to work correctly and fix tests under Ruby 2.2.0Jurriaan Pruis
2014-02-26Huge refactoringJurriaan Pruis
2012-10-14Refactored to use options parser and serialized attributes.Randy Morgan
2012-09-11last release prep and early keynote for sprkRandy Morgan
2012-09-02implement paper_size as at least some version of office ignore the paper widt...Randy Morgan
2012-07-06make fit_to_page MOAR readableRandy Morgan
2012-06-06Validator renameing.Jan-Hendrik Hühne
2012-05-17docsRandy Morgan
2012-05-17helper method for handling page fitting.Randy Morgan
2012-05-16depreciating Worksheet.fit_to_page as a writable attribute. Randy Morgan
2012-05-16needs to be a dual comparison. Possible to set both values to 0 after initial...Randy Morgan
2012-05-16revise docs. Note - worksheet is a "required - option" as I dont want to brea...Randy Morgan
2012-05-16If worksheet.fit_to_page must be true, lets set it to true. I am far too lazy...Randy Morgan
2012-05-15Doc fixes for PrintOptions, PageSetup and Worksheet#fit_to_page.Stefan Daschek
2012-05-03Add support for pageSetup.Stefan Daschek