Import issue, using .wk4 format

I’m importing spreadsheets in .wk4 format. They contain several columns that are to be aligned with fields of the form when imported, so that a view may display the information based on the form.

I can import fine; however, fields that exceed 255 characters get cut off when imported.

Is there a way to resolve this issue?

Subject: Import issue, using .wk4 format

write an import script to open the spreadsheet and copy the contents by cell/row, there are plenty of sample codes in this forum and on the web to start with.