protobi / js-xlsx

XLSX / XLSM / XLSB (Excel 2007+ Spreadsheet) / ODS parser and writer
http://oss.sheetjs.com/js-xlsx
Other
826 stars 416 forks source link

Fix Documentation For Horizontal Alignment #24

Closed esrouter closed 8 years ago

esrouter commented 8 years ago

Great work! Just need to fix docs for the "Cell Styles" section:

alignment     vertical         "bottom"||"center"||"top"
            horizontal         "bottom"||"center"||"top"

Change to :
horizontal "left"||"center"||"right"

Tested changed settings and works.

protobi commented 8 years ago

Change made. Also brought in README.md from the beta branch, showing additional format options including page breaks, scale, document properties, etc.

esrouter commented 8 years ago

Awesome. I'll look at the new format options!