Article Details
Id:16621
Product:finPOWER Connect
Type:NEW
Version:3.02.04
Opened:09/01/2020
Closed:09/01/2020
Released:11/02/2020
Job: J023515

Documents; added Word Document and Excel Workbook file extension validation

Documents of File Type "Word Document" and "Excel Workbook" now validate the file extension before saving the file.

Previously, attempting to save a file with an file extension that was not supported returned an error message like "File extension '.xxx' is not supported in .NET Standard.".

Note, the Business Layer objects ISExcelWorkbook and ISWordDocument now include a new function "IsSupportedSaveFileExtension" that indicates whether the file extension is valid.

Valid File Extensions are noted below:

  • Excel Workbooks
    • XLSX
    • XLSM
    • XLTX
    • XLTM
    • XLS
    • ODS
    • CSV
    • TSV
    • TXT
    • HTML
    • MHTML
    • PDF
    • XPS
    • Image types
      • PNG
      • JPEG
      • GIF
      • BMP
      • TIFF
      • WMP
  • Word Document
    • PDF
    • DOCX
    • DOCM
    • DOTX
    • DOTM
    • HTML
    • MHTML
    • XML
    • RTF
    • TXT
    • XPS
    • Image types
      • PNG
      • JPEG
      • GIF
      • BMP
      • TIFF
      • WMP