5556575859606162636465
*/ public void write() throws IOException { CTSst sst = doc.getSst(); // Remove the old list for(int i=sst.sizeOfSiArray() - 1; i>=0; i--) { sst.removeSi(i); } // Add the new one for(String s : this) {