Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 20,364 for

worksheet

(0.07 sec)
  1. 使用C++计算公式|Documentation

    本文介绍如何使用Aspose.Cells库结合C++计算Microsoft Excel中的公式。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法来计算公式并获取结果。最后,我们将修改后的Excel文件保存到磁盘。...或者,用户也可以调用 Worksheet 类的 CalculateFormula 方法,处理...Workbook workbook ; // Add a new worksheet to the workbook int sheetIndex...

    docs.aspose.com/cells/zh/cpp/calculate-formulas/
  2. Worksheets|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....Worksheets Contents [ Hide ] Manage Worksheets Copying and Moving...Moving Worksheets Cut and Paste Cells Count the number of cells...

    docs.aspose.com/cells/python-java/worksheets/
  3. Evaluate Aspose.Cells|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....it always injects an extra worksheet with evaluation watermark...extra evaluation watermark worksheet to the workbook. Figure: Evaluation...

    docs.aspose.com/cells/jasperreports/evaluate-as...
  4. Set Hide Option for Excel Row, Column and Sheet...

    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....include: SheetName represents a worksheet which specifies a hide object...object type. It includes worksheet, row and column. Row/Column...

    docs.aspose.com/cells/reportingservices/set-hid...
  5. Create New Spreadsheet in 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....Workbook (); //Adding a new worksheet to the Workbook object WorksheetCollection...WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet worksheet...

    docs.aspose.com/cells/java/create-new-spreadshe...
  6. 用C++加载特定工作表的工作簿|Documentation

    学习如何使用 Aspose.Cells 和 C++ 加载特定工作表以提升性能和减少内存使用。...behavior void StartSheet ( Worksheet & sheet ) override { // Custom...logic for loading specific worksheet } }; int main () { Aspose...

    docs.aspose.com/cells/zh/cpp/load-specific-work...
  7. Refresh Values of Linked Shapes with Node.js vi...

    Learn how to refresh the values of linked shapes in Excel using Aspose.Cells for Node.js via C++....)); // Access first worksheet const worksheet = workbook . getWorksheets...value of cell B4 const cell = worksheet . getCells (). get ( "B4"...

    docs.aspose.com/cells/nodejs-cpp/refresh-values...
  8. 获取图表趋势线的方程文本(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 获取 Microsoft Excel 中创建的图表趋势线的方程文本。我们的指南将演示如何访问和提取趋势线的方程以进行后续分析或显示。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...chart inside the worksheet Chart chart = worksheet . GetCharts ()...

    docs.aspose.com/cells/zh/cpp/get-equation-text-...
  9. 用C++改变刻度标签方向|Documentation

    了解如何在Aspose.Cells for C++中更改刻度标签的方向。我们的指南将帮助您理解如何调整轴上的刻度标签的方向,包括水平、垂直和倾斜方向。...Obtain the first worksheet Worksheet worksheet = workbook . GetWorksheets...from the source worksheet Chart chart = worksheet . GetCharts ()...

    docs.aspose.com/cells/zh/cpp/change-tick-label-...
  10. Consolidation Function with C++|Documentation

    Learn how to apply ConsolidationFunction to data fields of a pivot table using Aspose.Cells with C++....the first worksheet of the workbook Worksheet worksheet = workbook...table of the worksheet PivotTable pivotTable = worksheet . GetPivotTables...

    docs.aspose.com/cells/cpp/consolidation-function/