Csv2XlsxRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Csv2XlsxRequest
public class Csv2XlsxRequest
type Csv2XlsxRequest = class
Public Class Csv2XlsxRequest
- Inheritance
-
Csv2XlsxRequest
Constructors
| Name | Description |
|---|---|
| Csv2XlsxRequest() | |
Properties
| Name | Description |
|---|---|
| ContentOfCSVDocument |
Content of CSV document |
| Delimiter |
Delimiter of columns (by default it is just comma) |
| Limit |
Returns the first "n" rows |
| Locale |
The locale that will be applyed to the document |
| Mappings |
Rename headers and specify types for columns. |
| UseFirstLineAsHeaders |
If set to "Yes" then headers will be read from the first line. |