-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Excel Exporter - support for options (#37)
* Passes user-given options to Spreadsheet::Format * Removes unnecessary test.xls test.xls was produced while trying out in pry, and was mistakenly added into git history * Adds support to export DataFrame's Index / MultiIndex to .xls file * Merges formatting and displaying options, improves code quality YARD Docs have been updated. Using the :data, :index, :header keyword arguments seems to be much more easier and intutive than using something like options[:display][:data]. Code quality has been improved, as per review comments. * Adds generic formatting method
- Loading branch information
1 parent
b6ff7da
commit 67f0d6b
Showing
2 changed files
with
154 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters