Stephen Workman
Stephen Workman
Not sure if this is doable. Will have to investigate.
Hi @kwyntes I've considered implementing the dark theme as well, but I think it wouldn't be a quick thing to do. I can't recall if the vim theme's colours map...
Interesting, Oledb wasn't supported in .Net Core before... I'll have to look into it.
@ssdiver2112, can you tell me the following: * Which version of LinqToExcel? * Which version of the ACE driver are you using (if applicable), including whether it is 32 or...
Duplicates #163.
@SSDiver2112, github is lame and doesn't allow attachments on issues, apparently. Can you send a link to the file on OneDrive/DropBox/Google Drive ?
Thanks. I should be able to check it out this weekend, but I notice you're using a v1 version of LinqToExcel. There's a v2 in pre-release (on nuget) that you...
Your project is probably targeting "any cpu", or "x86". I'm assuming you're using a 1.x version of LinqToExcel, so that means it uses the Jet database engine when compiled for...
Hi @SSDiver2112, Unfortunately, I'm not able to reproduce the problem. Looking up `OleDb SEHException 0x80004005`, I see a number of possible causes most notably: - Platform bitness (x64 project &...
The "easy" way to do this now would be to just re-initialize `excel` again with `excel = new ExcelQueryFactory("excelFileName");` which would have a result similar to clearing all existing mappings.