protobi / js-xlsx

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

Freeze First Row/Column #51

Open justinmasse opened 7 years ago

justinmasse commented 7 years ago

Is there any way to freeze the first row(s) or column(s)?

st-sloth commented 7 years ago

I also had such a requirement, haven't found, then started working on it in my repo, opened a PR #50, and currently am waiting for maintainers to reply. It's working but API is unfinished. Feel free to ask if you have questions.