Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 102,519 for

workbook

(0.3 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....//Instantiating a Workbook object Workbook workbook = new Workbook ( "../...file Worksheet worksheet = workbook . Worksheets [ 0 ]; //Finding...

    docs.aspose.com/cells/zh/net/find-value-in-cells/
  2. 在工作表上添加Word Art水印使用Aspose.Cells|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.... Java Workbook workbook = new Workbook (); //Get the...default sheet Worksheet sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/add-word-art-wate...
  3. 通过 JavaScript 结合 C++ 获取形状的连接点|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 从 Excel 中的形状中检索连接点。...example operates on a new workbook): </ p > < input type = "file"..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/get-con...
  4. 在单元格内添加 HTML 富文本|Documentation

    学习如何通过 Aspose.Cells for JavaScript 通过 C++ API 在单元格内添加 HTML 富文本。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...getElementById ( 'fileInput' ); let workbook ; // If a file is provided...

    docs.aspose.com/cells/zh/javascript-cpp/adding-...
  5. Read and Write Table with Query Table Data Sour...

    Learn how to read and write tables with QueryTable as a data source using Aspose.Cells for C++...." ); // Load workbook object Workbook workbook ( srcDir + u ...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/read-and-write-table-...
  6. Support for XAdES Signature with C++|Documentation

    This article describes Support for XAdES Signature using C++ codes with Aspose.Cells for C++....provides support for signing workbooks with XAdES Signature. For...DigitalSignature class to sign the source workbook. #include <iostream> #include...

    docs.aspose.com/cells/cpp/support-for-xades-sig...
  7. Working Solution for Worksheet Resizing|Aspose....

    Fix Excel worksheet OLE resizing in presentations: two ways to keep object frames consistent—scale the frame or the sheet—across the PPT and PPTX formats....worksheet image, the Excel workbook is activated. End users can...changes to the actual Excel workbook and then return to the slide...

    docs.aspose.com/slides/java/working-solution-fo...
  8. Implement 1904 Date System with C++|Documentation

    Aspose.Cells is a C++ 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....xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...WorkbookSettings settings = workbook . GetSettings (); settings...

    docs.aspose.com/cells/cpp/implement-1904-date-s...
  9. Showing Cell Range as Data Labels with C++|Docu...

    Learn how to show a range of cells as data labels in charts using Aspose.Cells for 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 Workbook workbook ( inputFilePath...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/showing-cell-range-as...
  10. 用C++合并或取消合并单元格范围|Documentation

    用C++在Excel中合并和取消合并范围内的单元格。...xlsx" ; // Create a workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/merge-or-unmerge-r...