memory D INSTALL rusty_sheet FROM community;
memory D LOAD rusty_sheet;
memory D SELECT count(*) FROM read_sheets(['raw/*.xlsx']);
┌──────────────┐
│ count_star() │
│ int64 │
├──────────────┤
│ 10676 │
└──────────────┘
memory D SELECT count(*) FROM read_sheets(['D:/raw/*.xlsx']);
┌──────────────┐
│ count_star() │
│ int64 │
├──────────────┤
│ 5254 │
└──────────────┘