The ability to apply multiple formats to cell with xlwt / openpyxl
Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn
--
Music by Eric Matyas
https://www.soundimage.org
Track title: Isolated
--
Chapters
00:00 Question
00:59 Accepted answer (Score 6)
01:18 Answer 2 (Score 0)
01:36 Thank you
--
Full question
https://stackoverflow.com/questions/8429...
Question links:
http://www.python-excel.org/
http://packages.python.org/openpyxl/
http://groups.google.com/group/python-ex...
Answer 1 links:
[Setting styles in Openpyxl]: https://stackoverflow.com/questions/8440...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#python #excel #xlwt #openpyxl
#avk47
--
Music by Eric Matyas
https://www.soundimage.org
Track title: Isolated
--
Chapters
00:00 Question
00:59 Accepted answer (Score 6)
01:18 Answer 2 (Score 0)
01:36 Thank you
--
Full question
https://stackoverflow.com/questions/8429...
Question links:
http://www.python-excel.org/
http://packages.python.org/openpyxl/
http://groups.google.com/group/python-ex...
Answer 1 links:
[Setting styles in Openpyxl]: https://stackoverflow.com/questions/8440...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#python #excel #xlwt #openpyxl
#avk47
ACCEPTED ANSWER
Score 6
The svn versions of both xlrd and xlwt have support for "rich text", which is MS jargon for what you want.
ANSWER 2
Score 0
I have another answer which explains how to apply many formatting styles using openpyxl...