summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx
AgeCommit message (Collapse)Author
2012-07-15more cleanup for worksheet#to_xml_stringRandy Morgan
2012-07-15refactor cell_range helperRandy Morgan
This lets us specify if the range should be returned relative or absolute and ensures that cells are sorted prior to parsing.
2012-07-15refactoring auto width calculation to improve code quality.Randy Morgan
2012-07-14refactor dimension calculations because it is _NOT_ readable codeRandy Morgan
2012-07-14refactoring of some helper methods in chartRandy Morgan
2012-07-14Additional validations for excel sheet name and example updatesRandy Morgan
2012-07-141.1.8 release prepRandy Morgan
2012-07-14Add in conditional formatting examplesRandy Morgan
2012-07-14fix for #112 - encode html entitiesRandy Morgan
2012-07-10more cleanupRandy Morgan
2012-07-10more cleanupRandy Morgan
2012-07-10code updates for readability.Randy Morgan
part of an ongoing effort to make the code more readable code.
2012-07-08adding in axis line fill and patching view3d misname for line3DChartRandy Morgan
2012-07-08parsing out shape for bar seriesRandy Morgan
2012-07-08adding in some excel bar chart defaults for LO interop testingRandy Morgan
2012-07-07Fix a typo in `Axlsx::Worksheet#dimension` when a row was added without value.Jonathan Tron
When `Axlsx::Worksheet#add_row` is called without values `#dimension` returned "AA:200" instead of "AA200", which resulted in a dimension of "A1:AA:200". This lead to an error in `Axlsx.name_to_indices` which is then called with "200" instead of "AA200" when using `Axlsx::Worksheet#abs_auto_filter`.
2012-07-07fixing a type in worksheet serialization and adding in a few missing alias ↵Randy Morgan
calls for the great snake_case move
2012-07-07documentation updatesRandy Morgan
Huge thanks to @teleological for pointing out the error in Styles#add_style
2012-07-07fix a stupid typoRandy Morgan
2012-07-06make to_xml_string more #readablecodeRandy Morgan
Based on some great feedback tonight, I am cleaning this up. TODO: specs & docs for each helper method
2012-07-06make fit_to_page MOAR readableRandy Morgan
Implement some of the feedback from devolves session on readable code - and remove some garbage that found its way into the repo --- github.app you are too convenient.
2012-07-03update read me to correct link to examplesRandy Morgan
2012-07-03more snake casing workRandy Morgan
2012-07-03add in default printing options for charts so that they are added when ↵Randy Morgan
exporting to pdf from LibraOffice
2012-07-03more work on snake case standardizationRandy Morgan
2012-07-03remote directory code as it was not the cause of #81Randy Morgan
2012-06-26fixes #105 - disallow control characters.Randy Morgan
thanks to asakusarb - I found out about [:cntrl:] -- so no more control characters can accidentally get pushed into y our xlsx.
2012-06-23Google Docs interoperabilityRob Heittman
Google is especially sensitive to the format of the created stamp in the core.xml document. It must end in Z and will not accept another timezone offset or no timezone offset. This seems to work for all my documents. See #80
2012-06-20remove str.tr call as it crunches 1.8.7Randy Morgan
2012-06-20parse out protected_range: NOTE excel does not support this part of the spec!Randy Morgan
2012-06-20update examples and the beginings of protected_rangeRandy Morgan
2012-06-20remove crypto playRandy Morgan
2012-06-20remove unused code and revert restricted character removal from worksheet ↵Randy Morgan
parsing.
2012-06-18properly remove invalid XML characters ↵Randy Morgan
\u2028\u0001\u0002\u0003\u0004\u0005\u0006\u0007\u0008\u001f
2012-06-11mass removal of @default docs bunked some instance vars that started with ↵Randy Morgan
@defualt
2012-06-11documentation improvements.Randy Morgan
2012-06-11add title object to axis.Randy Morgan
2012-06-09make sheet view selections readableRandy Morgan
2012-06-07dont write nil values - invalid as per schemaRandy Morgan
2012-06-07use camel instead of inline gsubRandy Morgan
2012-06-07Merge branch 'master' into paneRandy Morgan
2012-06-06Compute top_left_cell if sheet is frozen.Jan-Hendrik Hühne
2012-06-06Added selection function to the sheet view class.Jan-Hendrik Hühne
2012-06-06Selection activation.Jan-Hendrik Hühne
2012-06-06Selection stuff.Jan-Hendrik Hühne
2012-06-06Validator renameJan-Hendrik Hühne
2012-06-06Changes default value of xSplit and ySplit.Jan-Hendrik Hühne
2012-06-06Changes default value of "window protection"Jan-Hendrik Hühne
2012-06-06Pane stuff and tests.Jan-Hendrik Hühne
2012-06-06Adds pane functions to worksheet class.Jan-Hendrik Hühne