hi.
I need help. so leaving a topic
when open attached xlsx file
Exception is thrown.
Stream stream = File.Open(filePath, FileMode.Open);
Workbook book = new Workbook();
try
{
book.LoadFromStream(stream);
}
catch(Exception e)
{
return ;
}
How can I fix the problem?