Excel Class
Excel methods to read and/or write excel and csv files.
Namespace: PCBI.Automation.IOAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public static class Excel
Public NotInheritable Class Excel
public ref class Excel abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Excel = class end
- Inheritance
- Object Excel
| ReadCSV(IFileData, String, Char) |
Reads a csv file and returns a list of lists of cells (one list of cells per row)
|
| ReadCSV(String, String, Char) | |
| ReadExcel |
Reads a xlsx file and returns a list of lists of cells (one list of cells per row)
|
| WriteCSV(Char, ListListExcelCell, String) | |
| WriteCSV(IFileData, Char, ListListExcelCell, String) |
Writes cell data into a new csv File
|
| WriteExcel(IFileData, String, ListListExcelCell, String) |
Writes cell data into a new xlsx File
|
| WriteExcel(IFileData, String, ListListExcelCell, Boolean, String) |
Writes cell data into a new xlsx File
|
| WriteTXT |
Writes cell data into a new csv File
|