You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metamodel.apache.org by "Kasper Sørensen (JIRA)" <ji...@apache.org> on 2015/11/04 10:27:28 UTC

[jira] [Created] (METAMODEL-205) Excel: Validate table name before creating sheet

Kasper Sørensen created METAMODEL-205:
-----------------------------------------

             Summary: Excel: Validate table name before creating sheet
                 Key: METAMODEL-205
                 URL: https://issues.apache.org/jira/browse/METAMODEL-205
             Project: Apache MetaModel
          Issue Type: Improvement
            Reporter: Kasper Sørensen


In the DataCleaner project we've noticed that creating an Excel "table" (sheet) is not always done in the way we imagine. There are certain characters that are illegal and the length of the sheet should not go beyond 31 characters. But nevertheless POI will silently convert the table name into a valid name. The issue with that is that it gives a MetaModel user a feeling that the table was created as he imagined it but actually another table was created. I think we should rather then throw an exception just like any typical database would.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)