Re: Set comment width in pixels

2016-06-13 Thread Bengt Rodehav
Hi Mark, I did look at the XML for the drawing associated with the comment. It looks somesting like this 1, 15, 0, 2, 17, 61, 8, 14 False 0 0 There is a with as an attribute to the element. It seems correct but changing it doesn't

Re: Set comment width in pixels

2016-06-13 Thread Javen O'Neal
To better understand what the XLSX format can store, both to decipher the XML you pasted in the previous email and to learn about any optional tags that weren't in your snippet, you can skim through the OOXML schema. How to get the schemas: If you check out and build POI, the schema will located