Sort Score
Result 10 results
Languages All
Labels All
Results 4,511 - 4,520 of 100,085 for

workbook

(0.14 sec)
  1. Working with the ThreeDFormat of Shape or Chart...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....property, and then saves the workbook to the output Excel file ...const wb = new AsposeCells . Workbook ( filePath ); // Access first...

    docs.aspose.com/cells/nodejs-cpp/working-with-t...
  2. Verify Password Used to Protect the Worksheet w...

    Learn how to verify the password used to protect a worksheet using Aspose.Cells for C++....instance of Workbook and load a spreadsheet Workbook book ( srcDir...

    docs.aspose.com/cells/cpp/verify-password-used-...
  3. Change Text Direction of the Comment with Node....

    Learn how to change the text direction of comments using Aspose.Cells for Node.js via C++. Customize comment alignment settings effectively....Instantiate a new Workbook const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/change-text-di...
  4. Export DataBar, ColorScale and IconSet Conditio...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....in a workbook object const wb = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/nodejs-cpp/export-databar...
  5. 通过Node.js和C++提供导出工作表HTML文件路径的IFilePathProvider接...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/provide-exp...
  6. Check if VBA Project is Protected and Locked fo...

    Learn how to check if VBA Project is protected and locked for viewing in Excel files using Aspose.Cells for C++....Load your source Excel file Workbook wb ( inputFilePath ); // Access...Access the VBA project of the workbook VbaProject vbaProject = wb...

    docs.aspose.com/cells/cpp/check-if-vba-project-...
  7. 使用Node.js通过C++格式化切片器|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Workbook ( filePath ); // Access first...SlicerStyleLight6 ); // Save the workbook in output XLSX format. wb...

    docs.aspose.com/cells/zh/nodejs-cpp/formatting-...
  8. 用C++移除切片器|Documentation

    学习如何用程序在Excel文件中移除切片器,使用Aspose.Cells for C++。...xlsx" ); Workbook wb ( inputFilePath ); // Access...Remove ( slicer ); // Save the workbook in output XLSX format. U16String...

    docs.aspose.com/cells/zh/cpp/removing-slicer/
  9. 使用 C++ 验证用于保护工作表的密码|Documentation

    了解如何使用 Aspose.Cells for C++ 验证用于保护工作表的密码。...instance of Workbook and load a spreadsheet Workbook book ( srcDir...

    docs.aspose.com/cells/zh/cpp/verify-password-us...
  10. Find if the cell value starts with single quote...

    Learn how to find if the cell value starts with a single quote mark through the Aspose.Cells for C++ API....Startup (); // Create workbook Workbook wb ; // Create worksheet...

    docs.aspose.com/cells/cpp/find-if-the-cell-valu...