GridJsWorkbookExportToJsonStringBuilder Method |
Get json from workbook
Namespace:
Aspose.Cells.GridJs
Assembly:
Aspose.Cells.GridJs (in Aspose.Cells.GridJs.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic StringBuilder ExportToJsonStringBuilder(
string filename
)
Public Function ExportToJsonStringBuilder (
filename As String
) As StringBuilder
public:
StringBuilder^ ExportToJsonStringBuilder(
String^ filename
)
member ExportToJsonStringBuilder :
filename : string -> StringBuilder
Parameters
- filename
- Type: SystemString
the filename .
Return Value
Type:
StringBuilderthe json stringbuilder
See Also