| Overload | Description |
|---|---|
| ConvertCsvToXlsx(String,String) | Converts a CSV (Comma Separated Values) file to an XLSX document. |
| ConvertCsvToXlsx(DocumentEnvironmentProperties,String,String) | Converts a CSV (Comma Separated Values) file to an XLSX document. |
| ConvertCsvToXlsx(Stream,Stream) | Converts a CSV (Comma Separated Values) file to an XLSX document. |
| ConvertCsvToXlsx(DocumentEnvironmentProperties,Stream,Stream) | Converts a CSV (Comma Separated Values) file to an XLSX document. |