summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Collapse)Author
2012-02-22Add :boolean as a valid type for cellsJonathan Tron
2012-02-21specs for Jonathan Tron's applyBorder patch. Randy Morgan
2012-02-16we need to be able to un-fix a column widthRandy Morgan
2012-02-16specifying a fixed with should not require exiting the each loop when ↵Randy Morgan
setting auto_fit_data
2012-02-16Merge https://github.com/randym/axlsxRandy Morgan
2012-02-16more specs for cell_alignment cell and chartRandy Morgan
2012-02-16Next iteration after setting fixed width same as :ignore is givenochko
2012-02-15some small changes to ochko's great idea of allowing us to specify widths, ↵Randy Morgan
and even better ignore some cells when calculating autowidth.
2012-02-15Skip auto fit update or directly set fixed value for column widthochko
2012-02-14changing column_widths to accept *args instead of a declared array.Randy Morgan
2012-02-13Improve accessibility and stringency for column_widths editing.Randy Morgan
2012-02-13adding in support for specified column widthsRandy Morgan
2012-02-12patches for 1.8.7Randy Morgan
2012-02-12Adding in support for optionally using the shared strings table. This will ↵Randy Morgan
allow us to inter-op properly with Numbers
2012-02-02Adding in hyperlinking for images as per issue #22Randy Morgan
2012-01-13applying col_style to a list of rows of unequal length can cause an error as ↵Randy Morgan
there is no cell at the index. for example, with a structure like this: ******** ** ******** *** col_style 2, 1 would fail as the second row has no cell at index 2. Thanks Don! https://github.com/randym/axlsx/issues/15
2011-12-14adding in accessors for core and app members of package #2Randy Morgan
2011-12-10adding support for auto filters and some improvements to auto_width cell ↵Randy Morgan
calculations.
2011-12-08cleaning up xml namespace usage in drawings and improving looks for charts ↵Randy Morgan
in excel 2011
2011-12-08adding in support for merged cellsRandy Morgan
2011-12-05specs for new functionalityRandy Morgan
2011-12-02adding in the picture locking class and testsRandy Morgan
2011-12-02Added locking attributes for pictures and some stubs for parsingRandy Morgan
2011-12-01added default formatting for date types when the cell style is 0 and the ↵Randy Morgan
data type is :time
2011-11-30Output time in rake test to see what time travis thinks it is.Randy Morgan
2011-11-29changing it here too.Randy Morgan
2011-11-29clean up as we do not need a set up method in this test.Randy Morgan
2011-11-29more travis fun! moving attribute @rels into test method as it seems travis ↵Randy Morgan
thinks it is nil!
2011-11-29testing to see if Time.local resolves Time.now out of range error on travis.Randy Morgan
2011-11-28spec patchRandy Morgan
2011-11-27adding yields for package workbook, workbook styles and cols collection on ↵Randy Morgan
worksheet to make charting easier.
2011-11-27adding in row_style and col_style methods to worksheet and active record ↵Randy Morgan
'acts_as_axlsx' to provide to_xlsx.
2011-11-26adding in support for ruby 1.9.3Randy Morgan
release version 1.0.9
2011-11-23Adding image support and some document clean up for .8 releaseRandy Morgan
2011-11-23-refactoring chart position and axis data/category for chart.Randy Morgan
-additional specs and documentation improvements.
2011-11-22updating rake file, readme and other docs. Also moving version constant to ↵Randy Morgan
its own file and re-enabling package serialization tests with a bit more robust error handling when the current user does not have write permissions the directory.
2011-11-21Adding in support for line charts, style attribute for all charts and minor ↵Randy Morgan
bug fixes.
2011-11-21patched bug in package test case. upped the versionRandy Morgan
2011-11-20first commitRandy Morgan