Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 77,896 for

workbook

(0.08 sec)
  1. Working with the Glow Effect of Shape or Chart ...

    Learn how to work with the glow effect of shapes or charts in Node.js using Aspose.Cells for Node.js via C++....property and then saves the workbook in output excel file . const...file const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/working-with-t...
  2. 通过 C++ 保护或取消保护共享工作簿|Documentation

    学习如何用 Aspose.Cells for C++ 对共享工作簿进行密码保护或取消保护。...Cells 还支持使用 Workbook::ProtectSharedWorkboo() 和 Workbook::UnprotectSharedWorkb()...Excel file Workbook wb ; // Protect the Shared Workbook with Password...

    docs.aspose.com/cells/zh/cpp/password-protect-o...
  3. 如何用C++设置工作簿的自动恢复属性|Documentation

    学习如何用Aspose.Cells for C++启用或禁用工作簿的自动恢复属性。...Cells提供了 Workbook.GetAutoRecover() 属性,用以启用或禁用这个选项。...属性,用以启用或禁用这个选项。 以下代码说明了如何使用工作簿的 Workbook.GetAutoRecover() 属性。代码首先读取此属性的默认值(为...

    docs.aspose.com/cells/zh/cpp/how-to-set-autorec...
  4. Save Each Worksheet to a Different PDF File wit...

    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" ); // Instantiate a new workbook and open the Excel file from...location const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/save-each-work...
  5. Adding Custom Properties visible inside Documen...

    Learn how to add custom properties visible in the Document Information Panel using Aspose.Cells with C++....custom properties inside the workbook object which are visible inside...menu commands. Please use Workbook.ContentTypePropertie.Add()...

    docs.aspose.com/cells/cpp/adding-custom-propert...
  6. Remove Pivot Connection with Node.js via C++|Do...

    Learn how to remove pivot connection using Aspose.Cells for Node.js via C++.... Finally, it saves the workbook as output Excel file . Sample...slicer. const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/remove-pivot-c...
  7. Showing Cell Range as the Data Labels with Node...

    Learn how to show a range of cells as data labels in charts using Aspose.Cells for Node.js via C++. Our guide will demonstrate how to link the labels to your data source and format them to provide accurate and meaningful information in your charts....Create workbook from the source Excel file const workbook = new...new AsposeCells . Workbook ( filePath ); // Access the first worksheet...

    docs.aspose.com/cells/nodejs-cpp/showing-cell-r...
  8. Using FormulaText Function in Aspose.Cells with...

    Learn how to work with Excel's FORMULATEXT function using Aspose.Cells for Python via .NET. Get and set cell formulas programmatically while maintaining spreadsheet integrity....cells import Workbook # Create a workbook object workbook = Workbook...first worksheet worksheet = workbook . worksheets [ 0 ] # Put some...

    docs.aspose.com/cells/python-net/using-formulat...
  9. Setting Strong Encryption Type with Node.js via...

    Learn how to set strong encryption types for Excel files using Aspose.Cells for Node.js via C++....Instantiate a Workbook object. // Open an excel file. const workbook = new...new AsposeCells . Workbook ( filePath ); // Specify Strong Encryption...

    docs.aspose.com/cells/nodejs-cpp/setting-strong...
  10. Encrypting Excel Files using Aspose.Cells|Docum...

    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 workbook = new Workbook ( srcFileName...//Specify XOR encryption type. workbook . SetEncryptionOptions ( EncryptionType...

    docs.aspose.com/cells/net/encrypting-excel-file...