Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 87,333 for

workbook

(0.17 sec)
  1. 在 C++ 中如何用 PivotOptions 管理数据透视图|Documentation

    使用 C++ 管理带有 PivotOptions 的数据透视图的方法。...Create a Workbook object from the sample file Workbook book ( path...

    docs.aspose.com/cells/zh/cpp/how-to-manage-pivo...
  2. Change Data Source of the Chart to Destination ...

    Learn how to change the data source of a chart to a destination worksheet while copying rows or a range in Aspose.Cells for Node.js via C++. This guide demonstrates how to update the chart's data range and link it to the destination worksheet.... Workbook ( filePath ); // Access the...getRowCount (), options ); // Save workbook in xlsx format wb . save (...

    docs.aspose.com/cells/nodejs-cpp/change-data-so...
  3. 用C++设置形状或文本框的文本效果阴影|Documentation

    学习如何使用编号Aspose.Cells for C++为形状或文本框设置文本效果的阴影。...\\ " ); // Create workbook object Workbook wb ; // Access first...

    docs.aspose.com/cells/zh/cpp/setting-shadow-of-...
  4. Implement Cell.FormulaLocal similar to Excel VB...

    Learn how to implement Cell.FormulaLocal similar to Excel VBA Range.FormulaLocal using Aspose.Cells for Node.js via C++....Create workbook const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/implement-cell...
  5. Get or Set the Class Identifier of the Embedded...

    Learn how to get or set the class identifier of embedded OLE objects using Aspose.Cells with C++....01_SourceDirectory \\ " ); Workbook wb ( srcDir + u "sample.xls"...B3EFE16626F4 Extract OLE Objects from Workbook with C++ Automatically refresh...

    docs.aspose.com/cells/cpp/get-or-set-the-class-...
  6. Setting Margins|Documentation

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. You will also learn how to programmatically set the margins for the page centre, the header and footer margins of Page Setup using the Aspose.Cells for Python via .NET API....class, Workbook , that represents an Excel file. The Workbook class...

    docs.aspose.com/cells/python-net/setting-margins/
  7. View and Edit Excel Metadata | Excel Metadata V...

    Learn how to use an Excel Metadata Viewer & Editor to view, edit, and remove metadata from Excel files. Step-by-step guide with online and coding solutions....editing metadata of an Excel workbook with C#, Java, and Python...edit the metadata of an Excel workbook with Aspose.Cells for .NET...

    blog.aspose.com/cells/view-and-edit-excel-metad...
  8. Freeze Panes in Apache POI and Aspose.Cells|Doc...

    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/freeze-panes-in-apac...
  9. 通过 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....//Instantiating a Workbook object Workbook workbook = new Workbook (); Worksheet...Worksheet sheet = workbook . getWorksheets (). get ( 0 ); //Adding...

    docs.aspose.com/cells/zh/java/add-images-in-spr...
  10. 将工作表转换为CSV|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....a new workbook with Excel file path Workbook workbook = new Workbook...Workbook ( dataPath + "workbook.xls" ); //Save the document in...

    docs.aspose.com/cells/zh/java/convert-worksheet...