-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read XLSX files #177
Comments
Here is some code you can use for reading xlsx files. Free to use for everyone, without a license. If you want I have code for reading the older xls format too. |
Hello Martin, Anton. I want to take the opportunity and thank Anton for this package (AS_READ_XLSX). I want to share with all of us another method, based on Anton's logic, which is faster at reading big XLSX files. My inspiration was Anton's package, AS_READ_XLSX (before 19-07-2017 version) which I used to compose another way to meet our need: be faster. So, for a quick comparison, **AS_READ_XLSX took 00:02:40.57, new method took 00:00:10.80, both for 200469 not null cells (sheet with 10.000 rows and 34 columns) **. A quick description of the method I used is "make use mostly of SQL and make use of XMLTable". |
@mongolu can you please provide your SQL statement? |
Hi Mongolu, appreciate if you share your code with us so that we can also get benefits of your efforts. |
Hi guys. Sorry for not responding earlier, didn't see the mail from dozens of daily mail. |
Hello. |
https://technology.amis.nl/2013/01/19/read-a-excel-xlsx-with-plsql/
The text was updated successfully, but these errors were encountered: