Extra unwanted space when downloading spreadsheet

Dear forum members,

We’re using dhtmlxSpreadsheet on a web page. After entering some data, we download the spreadsheet. However, upon inspecting it, we noticed that there’s an extra space in front of each value.

This is the sample we’re testing with: dhtmlx.com/docs/products/dhtmlxS … mple.shtml

I searched this forum to see if anyone else has experienced this but surprisingly no has has.

Any idea why this is happening?

Thanks!

Not quite sure what do you mean by unwanted space.

The table, contains a padding for each cell

div.gridbox table.obj.row20px tr td {
	padding-left: 4px !important;