Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 82,045 for

workbook

(0.05 sec)
  1. Get the Version Number of the Application that ...

    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....js via C++ provides the Workbook.getBuiltInDocumentPr() property...demonstrates the use of the Workbook.getBuiltInDocumentPr() property...

    docs.aspose.com/cells/nodejs-cpp/get-the-versio...
  2. 在xlsx4j中显示和隐藏工作簿的滚动条|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-...
  3. Set Background Picture of a Worksheet|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....to give information about a workbook, for example when used as...to a spreadsheet: Create a workbook and access the sheet you want...

    docs.aspose.com/cells/net/set-background-pictur...
  4. Combine Multiple Worksheets into a Single Works...

    Learn how to combine multiple worksheets into a single worksheet using Aspose.Cells with C++....example that reads a source workbook and combines the data of all...worksheet inside a destination workbook. The following code snippet...

    docs.aspose.com/cells/cpp/combine-multiple-work...
  5. 用C++插入和删除Excel文件的行和列|Documentation

    本文展示了如何使用Aspose.Cells for C++ API插入和删除行列。...Cells提供了类 Workbook ,代表一个微软Excel文件。 Workbook 类包含一个 Worksheets...Instantiating a Workbook object Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/inserting-and-dele...
  6. 在 Jython 中管理分页符|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 import Workbook from com . aspose . cells...Instantiating a Workbook object workbook = Workbook ( dataDir + "Book1...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  7. 通过Node.js与C++删除命名范围|Documentation

    您可以学习如何使用Aspose.Cells for Node.js via C++从Excel或OpenOffice文件中删除定义的名称或命名范围。...new Workbook. const workbook = new AsposeCells . Workbook ( filePath...the book. const worksheets = workbook . getWorksheets (); // Deleted...

    docs.aspose.com/cells/zh/nodejs-cpp/delete-name...
  8. Create or Update PowerPoint Presentation Charts...

    Learn how to create and customize charts in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. It covers adding, formatting, and editing charts in presentations with practical code examples in Python....# Get the chart data workbook. workbook = chart . chart_data...chart_data . chart_data_workbook # Delete the default generated series...

    docs.aspose.com/slides/python-net/create-chart/
  9. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to How to Set FitToPagesWide and FitToPagesTall using Aspose.Cells library with C++....these steps: Open your Excel workbook and go to the sheet you want...Instantiate a Workbook object Workbook workbook ( U16String (...

    docs.aspose.com/cells/cpp/how-to-print-excel-as...
  10. 用 C++ 在 Excel 工作表中分屏|Documentation

    在本文中,您将学习如何通过编程方式使用 C++ 将工作表分成两部分或四部分,以在不同的窗格中显示特定的行和/或列。...Instantiate a new Workbook. Workbook workbook ( u "Book1.xlsx"...worksheet in the workbook. Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/how-to-split-scree...