summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2012-06-07patch unit tests for sheet view and pane serialization.Randy Morgan
2012-06-06Simple example.Jan-Hendrik Hühne
2012-06-06Compute top_left_cell if sheet is frozen.Jan-Hendrik Hühne
2012-06-06Test suite for selection stuff.Jan-Hendrik Hühne
2012-06-06Test fix.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-06CosmeticsJan-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-06New validators and tests.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-06Test moved to tc_sheet_view.rbJan-Hendrik Hühne
2012-06-06SheetView integration into worksheet class.Jan-Hendrik Hühne
2012-06-06Missing validator tests.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
2012-06-06Validator renameing.Jan-Hendrik Hühne
2012-06-05fix chart title parsing to properly handle non-cell based text runsRandy Morgan
2012-06-04another exampleRandy Morgan
2012-06-04pre-release bumpRandy Morgan
2012-06-04The spec indicates that the percent sign should be included but MS Excel ↵Randy Morgan
chokes on it.
2012-06-04poor mans way to strip off the % from the setting.Randy Morgan
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 ↵Randy Morgan
formula strings.
2012-06-02quick fix for chart rendering problem. Randy Morgan
Need to ensure that we are not pushing odd strings into a number data axis point. This should at least make sure we get a nice fat 0 for now, but it really needs a bit more than this.
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
Using delete instead.
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 ↵Randy Morgan
from example
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
Data validation
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