Learn how to get warnings for font substitution when rendering Excel files to PDF using Aspose.Cells for Node.js via C++.... join ( __dirname , "data" ); const...const filePath = path . join ( dataDir , "source.xlsx" ); const...
Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells for Node.js via C++.... join ( __dirname , "data" ); // Create...IsFontSubstitutionCh workbook . save ( path . join ( dataDir , "SampleOutput_out...
Learn how to check if a VBA project in a workbook is signed using Aspose.Cells for Node.js via C++.... join ( __dirname , "data" ); const...const filePath = path . join ( dataDir , "Sample1.xlsx" ); // Loads...
Learn how to work with custom ContentTypeProperties in Excel files using Aspose.Cells for Node.js via C++.... join ( __dirname , "output" ); const...); workbook . save ( path . join ( outputDir , "WorkingWithContentTy_out...
Learn how to detect the file format of encrypted OOXML files using Aspose.Cells for Node.js via C++.... join ( __dirname , "data" ); const...const filePath = path . join ( sourceDir , "encryptedBook1.out.tmp"...