Json2XlsxRequest 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.
Json2XlsxRequest
public class Json2XlsxRequest
type Json2XlsxRequest = class
Public Class Json2XlsxRequest
- Inheritance
-
Json2XlsxRequest
Constructors
| Name | Description |
|---|---|
| Json2XlsxRequest() | |
Properties
| Name | Description |
|---|---|
| JSONData |
Optional. JSON data to process |
| JSONFileContent |
Optional. Content of the JSON file |
| Locale |
The locale that will be applyed to the document |
| Mappings |
Rename headers and specify types for columns. |
| PathToJSONArray |
Dot separated path to array in JSON. E.g.: "data" or "prop1.prop2.prop3" |