Home > Back-end >  Reading Excel the contents of the cell, meet "# N/A" error message, and how to judge?
Reading Excel the contents of the cell, meet "# N/A" error message, and how to judge?

Time:11-07

With Delphi while reading Excel content of cells, some cells is Excel error message: "# N/A", how to determine it, avoid: Invalid variant type conversion

CodePudding user response:

Before switching to determine whether a cell types can be converted and generally in Delphi using Try... Except the test
  • Related