Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 82,065 for

workbook

(0.12 sec)
  1. 通过Node.js使用C++处理Shape或Chart的反射效果|Documentation

    学习如何使用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/zh/nodejs-cpp/working-wit...
  2. How to add a PivotChart using Aspose.Cells for ...

    How to add a PivotChart using Aspose.Cells for Node.js via C++....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/how-to-add-piv...
  3. Aspose.Cells 8.0.2中的公共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....//Instantiate a new Workbook var book = new Workbook (); //Get the...; //Create an instance of Workbook and load an HTML based spreadsheet...

    docs.aspose.com/cells/zh/net/public-api-changes...
  4. 使用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...
  5. DeleteBlankRows() is deleting rows even if it h...

    Ideally, according to the documentation, DeleteBlankRows() should delete only rows which are empty i.e. the rows which does not have any content, images, charts, comments etc… But in the attached file below, Even the r…...6 KB) Workbook wb = new Workbook(filePath + "Testfile...code as follows: Workbook wb = new Workbook(filePath + "Testfile...

    forum.aspose.com/t/deleteblankrows-is-deleting-...
  6. 获取列标题|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/
  7. 在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...
  8. 如何用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...
  9. Aspose.Cells 8.2.2中的公共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.... C# var book = new Workbook ( "sample.xlsx" ); var properties...获取图表的工作表 以获取更多信息。 C# var workbook = new Workbook ( "sample.xlsx" );...

    docs.aspose.com/cells/zh/net/public-api-changes...
  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/