Answer the question
In order to leave comments, you need to log in
How to count formatting inside xls[x] cell?
I have xls[x] file, I read it using xlrd library. Everything is fine, but formatting disappears, specifically, if some words are in bold, then information about this is lost.
Those. there is a cell with the sentence: Something bold in the cell.
Which I need to send in json to a web form, but with the formatting the same as in the original. But after reading, I get just: Something bold in the cell.
Is it possible to get the position of the word in bold when reading xls[x]?
Answer the question
In order to leave comments, you need to log in
Is it possible to get the position of the word in bold when reading xls[x]?
And if several spaced words are selected ?
You need to dig, imho, into the RTF format - the Excel cell definitely knows how to give it away.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question