We are having an issue with running queries through this driver, wherein when we have two separate queries accessing the same spreadsheet, it looks like the driver locks down the spreadsheet in one of the queries and does not allow the other query to run. Is there something we can do on the spreadsheet side to allow both the queries to run simultaneously ??
Thanks,
Sankar.
|
What are your sqls?
Whether you are visiting that sheet file from two different Java VM?
|
We are visiting the sheet from the same Java VM and the sql's are pretty straightforward wherein it calls data from a particular sheet, just that it calls different columns in the two different sql's. We tried reducing the size of the excel spreadsheet. ( the original one was 9200 KB and the new one is 270 KB) that seems to have make it work better. We still want to know why it would create an issue with a file of the larger size.
|
>We still want to know why it would create an issue with a file of the larger size.
Haven't received your sample still. We need only to recur your issue, then fix it.
|