index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
axlsx
/
workbook
/
worksheet
/
page_setup.rb
Age
Commit message (
Expand
)
Author
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
2023-05-22
Fix Style/NonNilCheck offenses
Geremia Taglialatela
2023-05-04
Fix tests / code to work with frozen string literals
Paul Kmiec
2023-05-04
Enable Style/FrozenStringLiteralComment and autocorrect
Paul Kmiec
2023-04-10
Fix Layout/LeadingCommentSpace offenses
Geremia Taglialatela
2023-04-09
Fix offenses related to indentation consistency
Geremia Taglialatela
2023-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix EmptyLines related offenses
Geremia Taglialatela
2023-04-06
Fix Layout/CommentIndentation offenses
Geremia Taglialatela
2023-04-06
Fix Layout/EmptyLines offenses
Geremia Taglialatela
2015-01-12
Fix #fit_to to work correctly and fix tests under Ruby 2.2.0
Jurriaan Pruis
2014-02-26
Huge refactoring
Jurriaan Pruis
2012-10-14
Refactored to use options parser and serialized attributes.
Randy Morgan
2012-09-11
last release prep and early keynote for sprk
Randy Morgan
2012-09-02
implement paper_size as at least some version of office ignore the paper widt...
Randy Morgan
2012-07-06
make fit_to_page MOAR readable
Randy Morgan
2012-06-06
Validator renameing.
Jan-Hendrik Hühne
2012-05-17
docs
Randy Morgan
2012-05-17
helper method for handling page fitting.
Randy Morgan
2012-05-16
depreciating Worksheet.fit_to_page as a writable attribute.
Randy Morgan
2012-05-16
needs to be a dual comparison. Possible to set both values to 0 after initial...
Randy Morgan
2012-05-16
revise docs. Note - worksheet is a "required - option" as I dont want to brea...
Randy Morgan
2012-05-16
If worksheet.fit_to_page must be true, lets set it to true. I am far too lazy...
Randy Morgan
2012-05-15
Doc fixes for PrintOptions, PageSetup and Worksheet#fit_to_page.
Stefan Daschek
2012-05-03
Add support for pageSetup.
Stefan Daschek