2019 Aug 22 8:25 AM
Problem:
I am using Java apache poi-3.17 and doing Export and Import of xlsx.
But when i export xlsx and save it , the xml format is different
1. <c r="B2" s="3" t="inlineStr"> but when i import i will be comparing t ="s",
and in workbook.xml it starts from r:id="rId3", but it starts with r:id="rId1" when we do save as of any xlsx.
2. sharedStrings.xml is not there when we export
So is there any api which will take different format xlsx and convert it into default xlsx.