Shimol Shah:
Ran a roundtrip test with an xslx file and it is failing when I compare the generated file with the source file. The differences are reported from sharedStrings.xml and styles.xml file. Also, when I open the generated file, the formatting seems to be quite different than the source file.
sharedStrings.xml file:
* Output and gold differ in part xl/sharedStrings.xml: Expected number of attributes '2' but was '0' - comparing <sst...> at /sst\[1\] to <sst...> at /sst\[1\]
styles.xml file:
* Output and gold differ in part xl/styles.xml: Expected child nodelist length '6' but was '5' - comparing <fonts...> at /styleSheet\[1\]/fonts\[1\] to <fonts...> at /styleSheet\[1\]/fonts\[1\]
* There are a total of 6 <font> elements including one empty “<font />” in the source file while the generated file only has 5 \(missing the empty one\).