Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 21,315 for

worksheet

(0.09 sec)
  1. 通过 C++ 使用 Node.js 格式化范围|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 格式化 Excel 中的一组单元格。...filePath ); // Get the first worksheet const ws = workbook . getWorksheets...); // Access the worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-form...
  2. Inconsistent HTML output for charts - Free Supp...

    Hi, Using Aspose Cells for Java, version 25.2. Sample code: Workbook workbook = new Workbook("input.xlsx"); WorksheetCollection Worksheets = workbook.getWorksheets(); workbook.calculateFormula(); Worksheet Worksheet …...xlsx"); WorksheetCollection worksheets = workbook.getWorksheets();...calculateFormula(); Worksheet worksheet = worksheets.get("Dashboard");...

    forum.aspose.com/t/inconsistent-html-output-for...
  3. 用C++指定数据透视项的绝对位置|Documentation

    学习如何使用Aspose.Cells在C++中指定数据透视项的绝对位置。...xlsx" ); // Add new worksheet for pivot table WorksheetCollection...WorksheetCollection worksheets = wb . GetWorksheets (); Worksheet wsPivot...

    docs.aspose.com/cells/zh/cpp/specifying-the-abs...
  4. Create a Chart|Aspose.Slides 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.... Access the chart data worksheet using Microsoft Excel Workbook...Set the chart range in the worksheet and remove series 2 and 3...

    docs.aspose.com/slides/net/create-a-chart/
  5. Border Settings|Documentation

    How to use the Aspose.Cells for Python via .NET library in Python to set the border style and color of cells. By adjusting the width, style, and color of the border, you have more control over how cells look and appear....Workbook class contains a worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/python-net/cells-border-s...
  6. 如何用C++向工作表添加/插入文本框|Documentation

    如何在Aspose.Cells中用C++向工作表添加/插入文本框。...Access first worksheet from the collection Worksheet sheet = workbook...// Add the TextBox to the worksheet sheet . GetTextBoxes (). Add...

    docs.aspose.com/cells/zh/cpp/add-text-box-to-wo...
  7. Using Sparklines and Settings 3D Format|Documen...

    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....information, avoiding over-crowded worksheets with a lot of busy charts...the range of cells in the worksheet that contain the source data...

    docs.aspose.com/cells/python-net/using-sparklin...
  8. 用Node.js通过C++从Gear类型智能艺术形状中提取文本|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从Gear类型智能艺术形状中提取文本。...); // Access first worksheet. const worksheet = workbook . getWorksheets...first shape. const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/extract-tex...
  9. 从自定义对象导入|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....//Clear all the worksheets book . Worksheets . Clear (); //Add...Sheet "Data"; Worksheet sheet = book . Worksheets . Add ( "Data"...

    docs.aspose.com/cells/zh/net/importing-from-cus...
  10. How to add a PivotChart using Aspose.Cells for ...

    How to add a PivotChart using Aspose.Cells for Python via .NET....NET: Add some data to a worksheet cells using a Cell object’s...Add a pivot table to the worksheet by calling the PivotTables...

    docs.aspose.com/cells/python-net/how-to-add-piv...