You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am I assuming correctly if you've got a cell with rich text, like for example "See footnote [1]", and ExcelDataReader returns this as "See footnote[1]" and you want to remove the part with "[1]" from it?
There is no deterministic way to do this at the moment. ExcelDataReader removes all rich text formatting from the cell contents, so I presume a fix involves returning the formatted rich text cell contents, and leave it to the developer(you) how to postprocess and extract the relevant data. Admittedly, this feature is not something we're planning to do anytime soon.
Hi everyone,
Is there a way to ignore subscript/superscript in a cell value? or a metadata notifying their existence?
The text was updated successfully, but these errors were encountered: