@ -96,20 +96,28 @@ Tip 3: You can click Edit Connection JSON and specify the schema you want to use
}
}
```
```
Click `Test Database Connection` to see if the connection can be established or not. NocoDB create's a new **empty database** with specified parameters, if the database doesn't exist.
Click `Test Database Connection` to see if the connection can be established or not. NocoDB creates a new **empty database** with specified parameters if the database doesn't exist.
Click `Create Project from Excel`, you can either upload / drag and drop Excel file (OR) specify Excel file URL.
Click `Create Project from Excel`, you can either upload / drag and drop Excel file (OR) specify Excel file URL.
<alert>
<alerttype="success">
A local SQLite will be used.
If your excel file contains multiple sheets, each sheet will be stored in a separate table. <br> Currently the data will be imported to NC_DB only. We'll support importing to existing projects with other database types in the future.
Click Import Excel to start importing process. The project and the table(s) will be created and the data will be imported to the corresponding table(s).