Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 1,516 for

join

(0.04 sec)
  1. Check if VBA Project is Protected and Locked fo...

    Learn how to check if a VBA project in an Excel file is protected and locked for viewing using Aspose.Cells for Node.js via C++.... join ( __dirname , "data" ); // Load...file. const filePath = path . join ( dataDir , "sampleCheckifVBAProj...

    docs.aspose.com/cells/nodejs-cpp/check-if-vba-p...
  2. Export similar Border Style when Border Style i...

    Learn how to export borders that are not supported by web browsers when converting Excel files to HTML using Aspose.Cells for Node.js via C++.... join ( __dirname , "data" ); const...const filePath = path . join ( dataDir , "sampleExportSimilarB.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/export-similar...
  3. Avoid exponential notation of large numbers whi...

    Learn how to prevent large numbers from being converted to exponential notation while importing from HTML using Aspose.Cells for Node.js via C++.... join ( __dirname , "output/" ); workbook...workbook . save ( path . join ( outputDir , "outputAvoidExponenti...

    docs.aspose.com/cells/nodejs-cpp/avoid-exponent...
  4. Find if the Worksheet is Dialog Sheet with Node...

    This article provides instructions and sample code for determining programmatically whether an Excel worksheet is a Dialog Sheet using Aspose.Cells for Node.js via C++.... join ( __dirname , "data" ); const...const filePath = path . join ( dataDir , "sampleFindIfWorkshee.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/find-if-the-wo...
  5. Insert Background Image to Excel with Node.js v...

    How to insert background image to Excel using Aspose.Cells for Node.js via C++.... join ( __dirname , "data" ); const...backgroundImagePath = path . join ( dataDir , "background.jpg"...

    docs.aspose.com/cells/nodejs-cpp/insert-backgro...
  6. Implement Custom Paper Size of Worksheet for Re...

    This article explains how to use the Node.js API via C++ to set a custom paper size for your desired worksheets when rendering an Excel file to PDF format programmatically.... join ( __dirname , "data" ); // Create...pdf format wb . save ( path . join ( dataDir , "outputCustomPaperSiz...

    docs.aspose.com/cells/nodejs-cpp/implement-cust...
  7. Specifying Significant Digits to be Stored in E...

    Learn how to specify significant digits to be stored in an Excel file using Aspose.Cells for Node.js via C++.... join ( __dirname , "data" ); // By...workbook workbook . save ( path . join ( dataDir , "out_SignificantDigits...

    docs.aspose.com/cells/nodejs-cpp/specifying-sig...
  8. Setting ScaleCrop and LinksUpToDate properties ...

    Learn how to set ScaleCrop and LinksUpToDate properties of built-in document properties using Aspose.Cells for Node.js via C++.... join ( __dirname , "data" ); // Instantiating...file. workbook . save ( path . join ( dataDir , "output.xls" ),...

    docs.aspose.com/cells/nodejs-cpp/setting-scalec...
  9. Render Worksheet to Graphic Context with Node.j...

    Learn how to render a worksheet to graphic context using Aspose.Cells for Node.js via C++. This includes rendering to image files, screens, and printers.... join ( __dirname , "data" ); const...const filePath = path . join ( dataDir , "SampleBook.xlsx" ); //...

    docs.aspose.com/cells/nodejs-cpp/render-workshe...
  10. Adding Custom Properties visible inside Documen...

    Learn how to add custom properties to a workbook object using Aspose.Cells for Node.js via C++. These properties can be viewed in the Document Information Panel.... join ( __dirname , "data" ); // Create...workbook workbook . save ( path . join ( dataDir , "AddingCustomProperti_out...

    docs.aspose.com/cells/nodejs-cpp/adding-custom-...