GridJsWorkbookMergeExcelFileFromJson Method |
Apply style update to the cache file
Namespace:
Aspose.Cells.GridJs
Assembly:
Aspose.Cells.GridJs (in Aspose.Cells.GridJs.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic void MergeExcelFileFromJson(
string uid,
string json
)
Public Sub MergeExcelFileFromJson (
uid As String,
json As String
)
public:
void MergeExcelFileFromJson(
String^ uid,
String^ json
)
member MergeExcelFileFromJson :
uid : string *
json : string -> unit
Parameters
- uid
- Type: SystemString
- json
- Type: SystemString
See Also