## 🚀 Feature Proposal Cell type `inlineStr` is not supported by exceljs. Lib version: 4.2.0 ## Motivation If xlsx file has cells defined as `<c ... t="inlineStr"><is><t>value here</t></is></c>` - exceljs will put all values as 'null value'. Quick reference: https://stackoverflow.com/a/4740690/4299666 At this moment I can't share the file. And idk which program/library produce this type of file. ## Expectation exceljs should support cell type `inlineStr`. ## Example Going to submit pull request.