Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2515
Client-side only support for Excel xlsx file processing
posted

My company is using version 14.2. The following is a description of what we need to do. I have 2 questions regarding the following:

1. Can it be done?

2. Are Excel xlsx formatted files supported

What we need to do.

1. Client-side we need to read either an xls for xlsx formatted Excel file.

2. We need to push the data in the Excel file to the server for further processing, but before we do we need to review each row/cell in the worksheet and perform some validation. If any problems are found with the file, we will inform the user and halt processing.

3. One column in the Excel file is reserved to report back to the user the results of the validation processing. So, for each row that has one or more problem, we will update the "status" cell to describe the problem. We then want to export the file back to the local machine where the user can review the results of the validation or forward to another user.

If we can easily import the Excel file into an igGrid and validate the data against the grid, that would be fie, but we would need to be able to autogenerate the grid based on the columns defined for the Excel file and be able to easily export the igGrid contents back to an Excel file.

Can all of this be done client-side, or will we require server-side processing as well?

Parents Reply Children