You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Meikel Bisping <in...@mbisping.de> on 2006/09/29 17:47:06 UTC

no brackets in sheetname (even if removed)

Hi,

I need to delete superfluous excel sheets from a workbook.I am using
removeSheetAt() method to achieve this.
It works fine when I open the finished sheet with Excel2000, but
Excel 2002 gave an an error/message:
"Errors were detected in 'sheet.xls', but Microsoft excel was able to
open by making repairs listed below:
Removed one or more invalid names."

I figured out Excel accepts "Tabelle1 (4)" "Tabelle1 (5)" etc as
names, but poi has problems.
Without the space and brackets it works.

Cheers,

Meikel Bisping


---------------------------------------------------------------------
To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/