Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 53,136 for

path

(0.03 sec)
  1. Prevent Exporting Hidden Worksheet Contents on ...

    Learn how to prevent exporting hidden worksheet contents when saving Excel files to HTML using Aspose.Cells for Node.js via C++.... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/nodejs-cpp/prevent-export...
  2. How to Detect a File Format and Check if the Fi...

    Learn how to detect a file format and check if a file is encrypted using Aspose.Cells for Node.js via C++....file format (using the file path) and check its extension. You...is encrypted. const path = require ( "path" ); const AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/how-to-detect-...
  3. Implement 1904 Date System with Node.js via C++...

    Aspose.Cells is a Node.js library for working with spreadsheet files. It supports the implementation of the 1904 date system, allowing users to calculate and format based on the January 1, 1904 date system. This article describes how to implement the 1904 date system using the Aspose.Cells library.... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/nodejs-cpp/implement-1904...
  4. VbaReferenceCollection.count property | Aspose....

    VbaReferenceCollection.count property. Returns the number of VBA references in the collection....i ); let path = getLibIdPath ( reference ); if ( path == brokenPath...Returns string representing LibId path of a specified reference. ///...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 通过 Node.js 结合 C++ 转换 Excel 为 CSV、TSV 和 Txt|Docu...

    学习如何使用 Aspose.Cells for Node.js via C++ 将Excel文件转换为CSV、TSV和TXT格式。... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...
  6. Add XML Map inside the Workbook using XmlMapCol...

    Learn how to add XML Map inside the workbook using XmlMapCollection.Add method with Aspose.Cells for Node.js via C++.... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/nodejs-cpp/add-xml-map-in...
  7. Show Formulas Instead of Values in a Worksheet ...

    This article provides sample code for using the Node.js API via C++ to programmatically display formulas rather than values in an Excel worksheet or spreadsheet.... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/nodejs-cpp/show-formulas-...
  8. Load Source Excel File Without Charts with Node...

    Learn how to load an Excel file without charts using Aspose.Cells for Node.js via C++.... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/nodejs-cpp/load-source-ex...
  9. Export VBA Certificate to File or Stream with N...

    Learn how to export VBA Digital Certificate to a file or stream using Aspose.Cells for Node.js via C++. Access raw data of VBA digital certificates.... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/nodejs-cpp/export-vba-cer...
  10. Replace text in a workbook using Regular Expres...

    Replace text in a workbook using regular expression in Node.js via C++.... Sample Code const path = require ( "path" ); const AsposeCells...directory const sourceDir = path . join ( __dirname , "data"...

    docs.aspose.com/cells/nodejs-cpp/replace-text-i...