问题
I am completely new to databases, was wondering if there were ways to direcly upload the data in an excel file, to ORACLE APEX, if not, what would the best way be to upload small datasets .CSV extension around 15MB.
回答1:
Apex enables you to directly upload CSV files using the Data Load Wizard. You can find a lot of tutorials. Here is just one.
You can also upload Excel files using the following methods:
- EXCEL2COLLECTIONS Plugin
- Create a procedure that will translate excel data into strings. Tutorial here.
- Using AS_READ_XLSX package. Tutorial here.
Don't be shy to use google because you will find many more options.
来源:https://stackoverflow.com/questions/41149052/how-do-you-import-data-from-your-excel-spreadsheet-to-oracle-apex