Oracle Apex supports loading data through from excel when a user opens an xls file, selects the desired data area, copies it to the clipboard and adds it to the text field on the Apex page
Thank you for quick response, worth information. I will try these workarounds.
I prefer and recommend to you use native apex data loading. You also can do data mapping by yourself and skip it for the end user. So it'll be 3 pages instead of 4.
Hi! What limitations have native apex data loader? Can it load 10k rows? 100k? With 100-200 columns. (When i had same task - developed separate java service, using Apache POI with event-based parser, but it was in apex 4.2 times)
Hi! What limitations have native apex data loader? Can it load 10k rows? 100k? With 100-200 columns. (When i had same task - developed separate java service, using Apache POI with event-based parser, but it was in apex 4.2 times)
Apex standard upload copy/paste method max 32k, csv file upload method limited you server settings