Skip the content while HTML to Excel conversion using aspose.cell in Java -


i want convert html excel using aspose cell in java, generated excel skipping content.

html content :

hi fanny,     urgent !!      spr'17 - s/545175 -- adso# 16843754; spr'17 - s/545175 -- adso# 16843754;     fdzjchxk;shdgasz;asdo;fhsjdzx     dyzhbsxz;sdhbdugvfd;36457q;sfdnzcx;     best regards     tel: 0123-1234 8765 

generated excel file content :

spr'17 - s/545175 -- adso# 16843754; 

i using aspose cells-16.12.0.jar , there not error occurring. content doesn't has image or table etc have special symbol. code executing fine without error. feel special symbol creating problem.

aspose.cells supports read/write ms excel-oriented html file, means, got use html tags ms-excel uses in formation of file. guess template html not good. think may try open html file ms-excel first check if opened fine or not. if ms excel opens file fine aspose.cells apis should able read fine.


Comments