| Age | Commit message (Collapse) | Author |
|
|
|
- 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
|
|
|
|
|
|
setting auto_fit_data
|
|
|
|
|
|
|
|
and even better ignore some cells when calculating autowidth.
|
|
|
|
|
|
|
|
|
|
allow us to inter-op properly with Numbers
|
|
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
|
|
calculations.
|
|
|
|
|
|
data type is :time
|
|
|
|
worksheet to make charting easier.
|
|
'acts_as_axlsx' to provide to_xlsx.
|
|
|