summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-06-02more work on solidifying parsing of data caching for charts to eliminate form...Randy Morgan
2012-06-02quick fix for chart rendering problem. Randy Morgan
2012-05-301.1.6 readmeRandy Morgan
2012-05-30release prep for 1.1.6Randy Morgan
2012-05-30pop not allowed on simple typed list. Randy Morgan
2012-05-30enable anchor swapping between one and two cell anchors for drawingsRandy Morgan
2012-05-26add in two cell anchors for images.Randy Morgan
2012-05-25doc fix for bar series and removing ECMA specific sheet password protection f...Randy Morgan
2012-05-25moar snake casing and aliasRandy Morgan
2012-05-25Use snake case and provide alias for misnamed method in 1.x.xRandy 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-24ExamplesJan-Hendrik Hühne
2012-05-24Valid attributes optimizationJan-Hendrik Hühne
2012-05-24UnitTests for DataValidationJan-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-24BugfixJan-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-22Enables data validation featureJan-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-22File renameJan-Hendrik Hühne
2012-05-22First try of the data validation feature.Jan-Hendrik Hühne
2012-05-22show both ecma-376 and open office methods of sheet protection password hashingRandy Morgan
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-21Merge pull request #95 from janhuehne/masterRandy Morgan
2012-05-21Stores the hash_value to @passwordJan-Hendrik Hühne
2012-05-21Adding password hash computationJan-Hendrik Hühne
2012-05-20yield sheet_protection so we can edit it in a blockRandy Morgan
2012-05-20enable sheet protection by default when it is initialized in the worksheet.Randy Morgan
2012-05-20bit of clean up for iterative password hash... still does not work though!Randy Morgan
2012-05-20more work on sheet protection. Protection is working, but specifying a passwo...Randy Morgan
2012-05-19first run at sheet_protection to provide password protection locking for sheets.Randy Morgan
2012-05-19patch spec for xerces/libxml parser differencesRandy Morgan
2012-05-19patch for 1.8.7Randy Morgan
2012-05-19correct relation management for comments and some spec improvements for packa...Randy Morgan
2012-05-17fix ALL the warnings!Randy Morgan
2012-05-17finishing off row properties.Randy Morgan
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-15Worksheet#merge_cells sometimes produced invalid merge ranges when given an a...Stefan Daschek