私は次を使用してExcelファイルを読んでいますLinqToExcel
:
var Excel = new ExcelQueryFactory(Filename);
Excel.databaseEngine = DatabaseEngine.Ace;
Excel.strictMapping = true;
厳密なマッピング機能がそれらの列に対して例外をスローするのを防ぐために、特定の列を除外したいと考えています。
私は次を使用してExcelファイルを読んでいますLinqToExcel
:
var Excel = new ExcelQueryFactory(Filename);
Excel.databaseEngine = DatabaseEngine.Ace;
Excel.strictMapping = true;
厳密なマッピング機能がそれらの列に対して例外をスローするのを防ぐために、特定の列を除外したいと考えています。