Hi,
I am trying to read a CSV file.It is giving me the following error at the line:
workbook.open("D:/sample.csv",FileFormatType.CSV);
java.io.UnsupportedEncodingException: GBK
at sun.io.Converters.getConverterClass(Unknown Source)
at sun.io.Converters.newConverter(Unknown Source)
at sun.io.ByteToCharConverter.getConverter(Unknown Source)
at sun.nio.cs.StreamDecoder$ConverterSD.(Unknown Source)
at sun.nio.cs.StreamDecoder$ConverterSD.(Unknown Source)
at sun.nio.cs.StreamDecoder.forInputStreamReader(Unknown Source)
at java.io.InputStreamReader.(Unknown Source)
at com.aspose.cells.dF.a(Unknown Source)
at com.aspose.cells.dF.a(Unknown Source)
at com.aspose.cells.Workbook.open(Unknown Source)
at com.aspose.cells.Workbook.open(Unknown Source)
Can anybody help me out with this?