Sort Score
Result 10 results
Languages All
Labels All
Results 3,891 - 3,900 of 104,117 for

workbook

(0.14 sec)
  1. 通过Node.js与C++合并与拆分单元格|Documentation

    Aspose.Cells是一个用于操作电子表格文件的Node.js库,支持合并和拆分单元格。本文章将介绍如何使用Aspose.Cells库合并和拆分单元格,并提供定制合并单元格样式的选项。...Create a Workbook. const wbk = new AsposeCells . Workbook (); //...setStyle ( style ); // Save the Workbook. wbk . save ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/merging-and...
  2. 用C++查找工作表是否为对话框工作表|Documentation

    对话框工作表是早期格式的工作表。本文提供了使用C++ API判断Excel工作表是否为对话框工作表的说明和示例代码。...containing Dialog Sheet Workbook workbook ( u "sampleFindIfWorkshee...first worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/find-if-the-worksh...
  3. Automating PowerPoint Generation in .NET: Creat...

    Learn how to automate PowerPoint generation in your .NET applications. Explore practical examples using Aspose.Slides to create dynamic, professional presentations effortlessly, saving time and ensuring consistency.... Overlay = false ; var workbook = chart . ChartData . ChartDataWorkbook...ChartData . Categories . Add ( workbook . GetCell ( 0 , 1 , 0 , "North...

    docs.aspose.com/slides/net/slides-on-cloud-plat...
  4. Working with Colors in Apache POI and Aspose.Ce...

    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 provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/java/working-with-colors-...
  5. Combine Multiple Worksheets into a Single Works...

    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....example that reads a source workbook and combines the data from...worksheet in a destination workbook. The following code snippet...

    docs.aspose.com/cells/python-net/combine-multip...
  6. How to Build Aspose.Cells for Go via C++ from t...

    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...."YOUR_LICENSE_File_PATH" ) workbook , _ := NewWorkbook () worksheets...worksheets , _ := workbook . GetWorksheets () worksheet , _ := worksheets...

    docs.aspose.com/cells/go-cpp/how-to-build-aspos...
  7. Remove Duplicate Rows in a Worksheet with JavaS...

    Learn how to remove duplicate rows in a worksheet using Aspose.Cells for JavaScript via C++ and select specific columns for duplication checks...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Create workbook from uploaded file const book = new Workbook ( new...

    docs.aspose.com/cells/javascript-cpp/remove-dup...
  8. Automating PowerPoint Generation in C++: Create...

    Automate slide creation on cloud platforms with Aspose.Slides for C++—generate, edit, and convert PowerPoint and OpenDocument files fast and reliably....set_Overlay ( false ); auto workbook = chart -> get_ChartData ()...get_Categories () -> Add ( workbook -> GetCell ( worksheetIndex...

    docs.aspose.com/slides/cpp/automating-powerpoin...
  9. Assign and Validate Digital Signatures|Document...

    Excel file digital signature and verification. To protect the authenticity of a Workbook's content in an Excel file, you can add a digital signature using Java code with Aspose.Cells for Java....provides assurance that a workbook file is valid and no one has...you must attach it to your workbook. Attaching a digital signature...

    docs.aspose.com/cells/java/assign-and-validate-...
  10. Find the Root Element Name of XML Map with C++|...

    Learn how to find the root element name of an XML map using Aspose.Cells for C++....file containing an XML Map Workbook wb ( inputFilePath ); // Access...Access the first XML Map in the workbook XmlMap xmap = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/find-the-root-element...