Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 82,029 for

workbook

(0.05 sec)
  1. 在工作表中隐藏行和列|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....在工作表中隐藏行和列 C# Workbook workbook = new Workbook (); //Accessing...file Worksheet worksheet = workbook . Worksheets [ 0 ]; worksheet...

    docs.aspose.com/cells/zh/net/hiding-rows-and-co...
  2. Load Source Excel File Without Charts with C++|...

    Learn how to load an Excel file without charts using Aspose.Cells with C++....the workbook with specified load options Workbook workbook ( inputFilePath...; // Save the workbook in PDF format workbook . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/load-source-excel-fil...
  3. Get worksheet information|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 . Sheets ; // For each sheet...//Instantiating a Workbook object Workbook workbook = new Workbook ( fileName...

    docs.aspose.com/cells/net/get-worksheet-informa...
  4. 获取工作表信息|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 . Sheets ; // For each sheet...//Instantiating a Workbook object Workbook workbook = new Workbook ( fileName...

    docs.aspose.com/cells/zh/net/get-worksheet-info...
  5. Check if Digital Signature of VBA Code is Valid...

    Learn how to check the validity of a digital signature of VBA code using Aspose.Cells for Node.js via C++....VBA code is valid using the Workbook.isValidSigned() property....its VBA code and save the workbook and then recheck, we find...

    docs.aspose.com/cells/nodejs-cpp/check-if-digit...
  6. 显示和隐藏工作簿的滚动条|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....Cells提供了一个代表Excel文件的 Workbook 类。 Workbook 类提供了广泛的属性和方法来管理Exce...制Excel文件中滚动条的可见性,开发人员可以使用 Workbook 类的 setVScrollBarVisible 和...

    docs.aspose.com/cells/zh/java/display-and-hide-...
  7. Copying and Moving Worksheets in Ruby|Documenta...

    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....Worksheets Copy Worksheets within a Workbook To copy worksheet using Aspose...Code def copy_worksheet ( workbook ) # Create a Worksheets object...

    docs.aspose.com/cells/java/copying-and-moving-w...
  8. Manage Axes of Excel Charts with C++|Documentation

    Learn how to configure chart axes in Aspose.Cells for C++. Our guide will show you how to adjust the primary and secondary axes, set their ranges, and modify their properties to enhance your charts....Instantiating a Workbook object Workbook workbook ; // Adding a...worksheet to the Workbook object int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/chart-axes/
  9. 使用C++管理Excel图表的图例|Documentation

    学习如何利用 Aspose.Cells for C++ 高效利用和定制Microsoft Excel中的图表图例。我们的全面指南介绍了图例的功能、访问和修改方法,以及如何利用图例改善可视化和数据理解。...Instantiating a Workbook object Workbook workbook ; // Adding a...worksheet to the Workbook object int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/chart-legend/
  10. 用 C++ 加密和解密Excel文件|Documentation

    如何使用 C++ 加密和解密Excel文件。锁定和解锁Excel文件。...xls" ; // Create workbook Workbook workbook ( inputFilePath );...Specify XOR encryption type workbook . SetEncryptionOptions ( EncryptionType...

    docs.aspose.com/cells/zh/cpp/encrypt-and-decryp...