The only API call im having issues with is:
https://apireference.aspose.cloud/cells/#!/Cells/Cells_PostWorksheetCellSetValue
The cell type i am updating is returned as a IsNumeric …when i make my POST to the API endpoint with numeric as the parameter im passing for Type its updaing the cell value but also setting the type to IsString …this is returned in the response. Ive checked to documents and examples…ive tried ‘int’ but no luck. If im making a POST to update a cell value and then cell is numeric…what should i use as the Type?
my call is blah.xlsx/sheet1/cells/A1?value=0.52&type=numeric&folder=myfolder