summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet
AgeCommit message (Expand)Author
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 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-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-06First step of the sheet_view implementation.Jan-Hendrik Hühne
2012-06-06Validator renameing.Jan-Hendrik Hühne
2012-06-04ooops! start_with needs a ? after it.Randy Morgan
2012-06-02more work on solidifying parsing of data caching for charts to eliminate form...Randy Morgan
2012-05-30release prep for 1.1.6Randy Morgan
2012-05-24Merge pull request #98 from janhuehne/data_validationRandy Morgan
2012-05-24Additional comment for showDropDown attribute.Jan-Hendrik Hühne
2012-05-24Valid attributes optimizationJan-Hendrik Hühne
2012-05-24BugfixJan-Hendrik Hühne
2012-05-24Only render possible attributes for the given type.Jan-Hendrik Hühne
2012-05-24tiny bit of whitespace cleanupRandy Morgan
2012-05-24comment out proper password until we know if excel supports it and if it is b...Randy Morgan
2012-05-22Added some comments which attribute is available for which type.Jan-Hendrik Hühne
2012-05-22BugfixJan-Hendrik Hühne
2012-05-22Default value changesJan-Hendrik Hühne
2012-05-22Bugfix.Jan-Hendrik Hühne
2012-05-22First try of the data validation feature.Jan-Hendrik Hühne
2012-05-22keep working on a spec compliant methodRandy Morgan
2012-05-21patch for 1.8.7 lack of proper ord()Randy Morgan
2012-05-21Stores the hash_value to @passwordJan-Hendrik Hühne
2012-05-21Adding password hash computationJan-Hendrik Hühne