summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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-22updating workbook views to actually include references to each worksheet, ↵Randy Morgan
and the worksheet to point to its on sheetView as well as selection. I'll move the selection and tab selection out to programable values when I have a bit more time.
2012-02-22shadowed vars and bad indentation. shame, shame on meRandy Morgan
2012-02-22fixing tests for JRUBYRandy Morgan
2012-02-22require rmagick4j if using jrubyRandy Morgan
2012-02-21more travis funRandy Morgan
2012-02-21trying some travis allowed failuresRandy Morgan
2012-02-21credit where credit is dueRandy Morgan
2012-02-21specs for Jonathan Tron's applyBorder patch. Randy Morgan
2012-02-20Merge pull request #31 from JonathanTron/patch-2Randy Morgan
Ensure border is applied if border specified in `Styles#add_style`
2012-02-20Merge pull request #30 from JonathanTron/patch-1Randy Morgan
Fix doc for setting font name in styles
2012-02-20Ensure border is applied if border specified in `Styles#add_style`Jonathan Tron
2012-02-20Fix doc for setting font name in stylesJonathan Tron
2012-02-16updated docsRandy 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-16Merge pull request #28 from ochko/masterRandy Morgan
Next iteration after setting fixed width
2012-02-16pre-release version bumpRandy 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-15Merge pull request #27 from ochko/masterRandy Morgan
Skip auto fit update or directly set fixed value for column width Ill be making some small changes for readability - but this, sir is great!
2012-02-15Skip auto fit update or directly set fixed value for column widthochko
2012-02-15more stuff to keep rubyXL happy and still get a valid doc.Randy Morgan
2012-02-14couple of additions so that axlsx sheets can be "parsed" by rubyXL. Randy Morgan
Not much of a parser if you ask me - as it still chokes on drawing relations and requires a number of optional elements in the sheet. (another excel reverse engineer....) anyway - Im biased, and too lazy to write my own spec-based parser for now. if you *really* need to work with rubyXL - this one is for you.
2012-02-14Stomp out all warnings.Randy Morgan
"Method calls with expanded arrays require parentheses" Thanks rspec - I didn't know that.
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-13update readme/changelog for release.Randy Morgan
2012-02-13adding in support for specified column widthsRandy Morgan
2012-02-131.8.7 patch to properly scope the defined methodRandy Morgan
2012-02-13readability improvement prior to 1.8.7 debuggingRandy Morgan
2012-02-13bump version for pre-releaseRandy Morgan
2012-02-13Remove entirely the dependancies on i18n and active support. Randy Morgan
2012-02-12Merge https://github.com/randym/axlsxRandy Morgan
2012-02-12credit where credit is dueRandy Morgan
2012-02-12Merge pull request #25 from ffmike/masterRandy Morgan
Be less restrictive in i18n version
2012-02-12small optimization and readme update.Randy Morgan
2012-02-12refactor inline style attribute listing and xml generation so that both ↵Randy Morgan
shared strings and inline strings can use cell level inline styles against text runs
2012-02-12reject formula from shared strings candidatesRandy Morgan
2012-02-12update example to include shared strings usageRandy Morgan
2012-02-12patches for 1.8.7Randy Morgan
2012-02-12patching unbalanced endsRandy 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-07Accept i18n 0.4.1 and see what breaks.Mike Gunderloy
2012-02-07current ms_off_crypto - needs to be re-written to use agile encryption.. Randy Morgan
gotta love that documentation - thanks MS - *really* clear....
2012-02-07adding in write to StringIO as per issue #11Randy Morgan
2012-02-03removing files that should not be in the repoRandy Morgan