Click or drag to resize

APIexportSpreadsheet Method

Export results in spreadsheet format (csv or xlsx)
REST path: /op/export/table
REST verb: POST
REST header: {"path", filename}
REST body: table

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.2.4 (2.6.2.4)
Syntax
public bool exportSpreadsheet(
	string filename,
	List<string[]> table
)

Parameters

filename  String
Path of the file to save
table  ListString
List of array of strings, containing each row of the table

Return Value

Boolean
True if successful
See Also