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

Is it possible to set different print area per worksheets using js-xlsx? #28

Open himmittal opened 8 years ago

himmittal commented 8 years ago

Is it possible to set different print area per worksheets using js-xlsx?

pietersv commented 8 years ago

@himmittal Not yet, but can see how that would be a useful extension.

Would you be interesting in suggesting how that might be specified in the API? I believe that would be a worksheet options. Right now worksheet options are specified as attributes of the worksheet itself that start with "!". Maybe continue that for now, or maybe now is the time to break those out as proper attributes of a separate object.