Looking in the source code of POI I found this :
public HSSFWorkbook(POIFSFileSystem fs) throws IOException {
this(fs,true);
}I'm using this contructor, it should preserve nodes. ?????? Maciek --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/
