nextcloud / tables

🍱 Nextcloud tables app
https://apps.nextcloud.com/apps/tables
GNU Affero General Public License v3.0
148 stars 23 forks source link

Import: Autodetect row format during import #838

Closed juliusknorr closed 8 months ago

juliusknorr commented 9 months ago

When importing a CSV/XSL file the column type may be defined by the speadsheet format.

This task requires some research on the document formats if we can autodetect a provided column format in the phpspreadsheet library we use.

If we can autodetect we should use those row formats instead of text only.

juliusknorr commented 9 months ago

Examples:

ToDo: