summaryrefslogtreecommitdiffhomepage
path: root/test/workbook
AgeCommit message (Collapse)Author
2012-02-22Extract date and time to serial converting and put serious tests on itJoseph HALTER
2012-02-22Add :date support to Axlsx::Cell and add missing part for boolean supportJonathan Tron
- date is now separated from Time support so that it does not include unwanted hours/minutes/seconds - missing boolean support was the xml generation specific to :boolean type
2012-02-22Add :boolean as a valid type for cellsJonathan Tron
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-12Adding in support for optionally using the shared strings table. This will ↵Randy Morgan
allow us to inter-op properly with Numbers
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-10adding support for auto filters and some improvements to auto_width cell ↵Randy Morgan
calculations.
2011-12-08adding in support for merged cellsRandy Morgan
2011-12-05specs for new functionalityRandy 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-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-20first commitRandy Morgan