glaredb icon indicating copy to clipboard operation
glaredb copied to clipboard

feat: excel table support for excel data sources

Open tychoish opened this issue 1 year ago • 1 comments

Closes #2949

@talagluck can you write the tests for this (e.g. need a worksheet with a table and corresponding tests.)

tychoish avatar Jul 26 '24 15:07 tychoish

I added a worksheet and tests, but I can't get the tests to pass locally. I get

Error while running test `sqllogictests/xlsx` error=test fail: query failed: internal error: cannot execute simple query: db error: ERROR: External error: External error: Table 'users' not found

I tried with a few different tables, but they are all not found.

talagluck avatar Jul 31 '24 11:07 talagluck