I need to import a file excel into a database as a table.
The process goes on until the end, all row are included, the only thing is that the cells (in the file xls) with string longer that....I don't remeber exactly how many character (may be 255) are cut.
In fact I remeber that excel doesn't export string longer more then a number of character (may be 255).
Do you know how to change this value and export all character in a cell.
Thank