https://bugs.documentfoundation.org/show_bug.cgi?id=165126
Jean-Pierre Ledure <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WONTFIX CC| |[email protected] --- Comment #1 from Jean-Pierre Ledure <[email protected]> --- Thanks for asking. Having the option of importing data with or without a header row is very relevant. However, ScriptForge uses internally the doImport() method available from the com.sun.star.util.XImportable interface. This method takes an import descriptor as argument. The import descriptor looks like this: (0)| Structure : com.sun.star.beans.PropertyValue --> DatabaseName "" (1)| Structure : com.sun.star.beans.PropertyValue --> SourceType 0 (2)| Structure : com.sun.star.beans.PropertyValue --> SourceObject "" (3)| Structure : com.sun.star.beans.PropertyValue --> IsNative True It does not contain any option about the row header. A workaround is to delete the row containing the header after the import. ScriptForge won't do that by itself because the import does not impact areas external to the imported data. The header row might still contain older data left or right of the import zone. I change the status of this bug to WONTFIX. To post a request for a broader import descriptor, please open another bug. Anyway, thanks for the suggestion. -- You are receiving this mail because: You are the assignee for the bug.
