summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook
AgeCommit message (Expand)Author
2012-07-17lets actually call the validator…Randy Morgan
2012-07-17fix part ordering for worksheetRandy Morgan
2012-07-17clean up cell_rangeRandy Morgan
2012-07-17move serializable parts list into private methodRandy Morgan
2012-07-17MOAR cleanup for worksheet.Randy Morgan
2012-07-15refactor string based cell range retrivalRandy Morgan
2012-07-15cleanup worksheet initializer.Randy Morgan
2012-07-15more cleanup for worksheet#to_xml_stringRandy Morgan
2012-07-15refactor cell_range helperRandy Morgan
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-14Additional validations for excel sheet name and example updatesRandy Morgan
2012-07-141.1.8 release prepRandy Morgan
2012-07-14fix for #112 - encode html entitiesRandy Morgan
2012-07-10more cleanupRandy Morgan
2012-07-07Fix a typo in `Axlsx::Worksheet#dimension` when a row was added without value.Jonathan Tron
2012-07-07fixing a type in worksheet serialization and adding in a few missing alias ca...Randy Morgan
2012-07-07documentation updatesRandy Morgan
2012-07-07fix a stupid typoRandy Morgan
2012-07-06make to_xml_string more #readablecodeRandy Morgan
2012-07-06make fit_to_page MOAR readableRandy Morgan
2012-07-03update read me to correct link to examplesRandy Morgan
2012-06-26fixes #105 - disallow control characters.Randy Morgan
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 unused code and revert restricted character removal from worksheet par...Randy Morgan
2012-06-18properly remove invalid XML characters \u2028\u0001\u0002\u0003\u0004\u0005\u...Randy Morgan
2012-06-11mass removal of @default docs bunked some instance vars that started with @de...Randy Morgan
2012-06-11documentation improvements.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
2012-06-06Pane activation.Jan-Hendrik Hühne
2012-06-06Basic pane stuff.Jan-Hendrik Hühne
2012-06-06Typo.Jan-Hendrik Hühne
2012-06-06SheetView bugfixes and test suiteJan-Hendrik Hühne
2012-06-06SheetView integration into worksheet class.Jan-Hendrik Hühne
2012-06-06SheetView activation.Jan-Hendrik Hühne
2012-06-06First step of the sheet_view implementation.Jan-Hendrik Hühne