Definition at line 5 of file ExcelBookImportSetting.cs.
◆ GetOrCreateSheet()
Definition at line 41 of file ExcelBookImportSetting.cs.
42 {
44 if (sheet != null)
45 {
46 return sheet;
47 }
49 {
51 };
53 return sheet;
54 }
List< ExcelSheetImportSetting > sheets
ExcelSheetImportSetting GetSheet(string id)
References GetSheet(), name, and sheets.
◆ GetSheet()
◆ ToString()
override string ExcelBookImportSetting.ToString |
( |
| ) |
|
|
inline |
◆ _prefix
string ExcelBookImportSetting._prefix |
◆ exportPath
string ExcelBookImportSetting.exportPath |
◆ name
string ExcelBookImportSetting.name |
◆ sheets
◆ path
string ExcelBookImportSetting.path |
|
get |
◆ prefix
string ExcelBookImportSetting.prefix |
|
get |
The documentation for this class was generated from the following file: