Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining, encryption, and a focus on keeping existing workbook features and styles in tact.
Upon reading the documentation it seems there is no .count() for columns, how can I get an array of the value of all used cells? This is what I come up with but if column C outnumbers column B there will be empty cell values. Please shed some light for me, thank you.
Upon reading the documentation it seems there is no
.count()
for columns, how can I get an array of the value of all used cells? This is what I come up with but if column C outnumbers column B there will be empty cell values. Please shed some light for me, thank you.