Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 82,029 for

workbook

(0.06 sec)
  1. 使用C++进行汇总功能|Documentation

    学习如何使用Aspose.Cells结合C++对数据透视表的字段应用汇总函数。...Create workbook from source excel file Workbook workbook ( inputFilePath...worksheet of the workbook Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/consolidation-func...
  2. Specify Document Version of the Excel File usin...

    Learn how to specify the document version of an Excel file using built-in document properties with Aspose.Cells for C++....following sample code creates a workbook and changes its built-in document...Startup (); // Create workbook object Workbook wb ; // Access built-in...

    docs.aspose.com/cells/cpp/specify-document-vers...
  3. Tile Picture as a Texture inside the Shape with...

    Learn how to tile a small picture as a texture inside a shape using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/tile-picture-a...
  4. Worksheet Views|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 provides a Workbook class that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/java/worksheet-views/
  5. 获取列标题|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 . Descendants < Sheet >()...//Instantiating a Workbook object Workbook workbook = new Workbook ( docName...

    docs.aspose.com/cells/zh/net/get-a-column-heading/
  6. Aspose.Cells 16.12.0 中的公共 API 更改|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....LoadFilter 属性,二者可一起控制在从模板文件初始化 Workbook 实例时加载的数据类型。 以下是仅加载模板文件中的文档属性的简单用法场景。...LoadOptions class Workbook book = new Workbook ( dir + "sample...

    docs.aspose.com/cells/zh/java/public-api-change...
  7. 用C++替换SmartArt中的文本|Documentation

    了解如何使用Aspose.Cells for C++通过设置Shape.Text属性来更新Smart Art中的文本。...xlsx" ; Workbook workbook ( inputFilePath ); WorksheetCollection...WorksheetCollection worksheets = workbook . GetWorksheets (); for (...

    docs.aspose.com/cells/zh/cpp/replace-text-in-sm...
  8. 在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 (); //Obtaining...worksheet Worksheet sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/create-pivot-tabl...
  9. 如何用C++设置类别轴|Documentation

    了解如何在Aspose.Cells for C++中设置类别轴。我们的指南将帮助您理解如何定义类别轴范围、调整其属性和格式化标签。...; // Create a new workbook Workbook workbook ; WorksheetCollection...WorksheetCollection worksheets = workbook . GetWorksheets (); Worksheet worksheet...

    docs.aspose.com/cells/zh/cpp/how-to-set-categor...
  10. How to export Excel equations to other types of...

    Export Excel formulas to LaTeX and MathML using Aspose.Cells for C++....02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "Sample.xlsx"...WorksheetCollection worksheets = workbook . GetWorksheets (); ShapeCollection...

    docs.aspose.com/cells/cpp/export-equation/