How do you import data from your excel spreadsheet to ORACLE APEX?

有些话、适合烂在心里 提交于 2019-12-25 18:51:59

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!