Introduction
Styling
Worksheets
Workbooks
Charts
Images
Pandas
Performance
Developers
Release Notes
OOXML has non-standard escaping for characters <
Convert ASCII < 31 to OOXML: n == _x + hex(ord(n)) + _
Convert escaped strings to ASCIII: _x000a_ == n