Can i Find Chinese data into Excel sheet using Apose

Hi,
Can i find weather data in my excel sheet is English or Chinese.

Hi,

Thanks for your question.

You can access any data using Aspose.Cells for Java from your Excel sheet. However to decide whether the data is English or Chinese, you will have to write your own logic. For example, if characters in data matches from ‘A’-‘Z’ ‘a’-‘z’ then that data is English and if they matches with Chinese range of characters then the data is Chinese.