1. Open "Sample Kendo UI SpreadSheet Example.html" attached html file in the chrome browser.
2. Click on open button in the Toolbar of the spreadsheet.
3. Select "Sample Excel with Font Colors.xlsx" attached excel file. This excel file contains headers with background color and Rows with ForeColors.
4. Now when the file is loaded, you will observe that B2, B3 and B5 should come up in Red fore color but the fore color of these cell in the kendo spread sheet is Black.
5. Similarly C2 to C5 should come in Green color but the fore color in the spreadsheet is black.
Query: Kindly let me know how can we achieve the fore color present in the excel sheet show show up in the Kendo UI Spreadsheet?
Hello Ivan,
If i use the server import using following approaches then also the issue exists:
1. Using html Input control of type=file.
2. Or if we load the excel data by reading the excel file content using xmlhttprequest and use .fromFile() api to load.
*The cell fore color is working fine with kendo file upload control only.
Thanks
Abhinav