exceljs / exceljs

Excel Workbook Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Column.values is missing TypeScript definitions

emlai opened this issue · comments

Column.values was added in e1667d7, but I can't access it nicely from TypeScript because it isn't defined in index.d.ts. It would be nice to have the type definitions for it. Thanks!