dtjohnson / xlsx-populate

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.
MIT License
956 stars 183 forks source link

Update Defined Names doc #274

Open tmcmah1 opened 4 years ago

tmcmah1 commented 4 years ago

I discovered that defined names can't contain spaces in the name. I modified the examples in this documentation section so that they are functional if copied.

Thank you for your work on xlsx-populate! Great job!!