codeice / linqtoexcel

Automatically exported from code.google.com/p/linqtoexcel
0 stars 0 forks source link

Add support for passing Extended Properties to ExcelQueryFactory #87

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please add support for passing over additional/modified Extended Properties to 
be applied to the Connection String.  This will allow us to override such 
settings as IMEX (which is now set to 1), ReadOnly, and MaxScanRows so we don't 
have to rely on the user setting a Registry Key.
I know MaxScanRows is ignored using JET, but it supposedly works under ACE.  
Either way it would be nice to add & override the existing ExtendedProperties 
(like the ones mentioned above.)

What version of the product are you using? On what operating system?
LinqToExcel 1.7.1, Windows 7 64-bit

Please provide any additional information below.

Original issue reported on code.google.com by pstem...@gmail.com on 8 May 2013 at 2:45