We just upgraded from GroupDocs 21 to 23 and we have this new error while trying to convert a csv to pdf:
[ERROR] Unhandled exception thrown while processing s3-20230920-56-yxcomc.csv. Original exception message: The type initializer for '' threw an exception., exception: Aspose.Cells.CellsException: The type initializer for '' threw an exception.
at Aspose.Cells.Workbook.Save(Stream stream, SaveOptions saveOptions)
at .w( , Stream )
at w.( , Func`2 , Action`1 )
at .(Func`2 , Action`1 , ConvertOptions )
at e.( , , ConvertOptions )
at .( , , , ConvertOptions )
at .( , , , ConvertOptions )
at .`1.( , , ConvertOptions )
at .( , , , ConvertOptions )
at .`1.( , , ConvertOptions )
at .( , , , ConvertOptions )
at .`1.( , , ConvertOptions )
at e.( , , , ConvertOptions )
at .`1.( , , ConvertOptions )
at .( , ConvertOptions )
at v.( , , ConvertOptions , & )
at (Object, Object[])
at .(MethodBase , Object , Object[] , Boolean )
at .(MethodBase , Boolean )
at .( , )
at .()
at .(Boolean )
at .(Object )
at .(Object )
at .()
at .( , )
at .()
at .(Boolean )
at .(Object )
at .(Object )
at .()
at .(Object , UInt32 )
at .(Boolean )
at .(Boolean )
at .(Object[] , Type[] , Type[] , Object[] )
at .(Stream , String , Object[] , Type[] , Type[] , Object[] )
at .(Stream , String , Object[] )
at v..MoveNext()
at d.()
Any idea what it might be?
It also fails on xlsx files so we assume it’s a spreadsheet conversion problem.