Sort Score
Result 10 results
Languages All
Labels All
Results 3,281 - 3,290 of 30,325 for

worksheet

(0.21 sec)
  1. 在PivotTable中添加计算字段(C++)|Documentation

    如何在透视表中添加计算字段 Aspose.Cells for C++。...reference of the newly added worksheet Worksheet ws = workbook . GetWorksheets...Adding a PivotTable to the worksheet int32_t i = ws . GetPivotTables...

    docs.aspose.com/cells/zh/cpp/add-calculated-fie...
  2. How to add a PivotChart using Aspose.Cells for ...

    How to add a PivotChart using Aspose.Cells for JavaScript via C++....via C++: Add some data to a worksheet using a Cell object’s putValue...Add a pivot table to the worksheet by calling the add method...

    docs.aspose.com/cells/javascript-cpp/how-to-add...
  3. 通过 Node.js 使用 C++ 自定义全局化设置的示例|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....CustomPivotTableGlob ()); // Hide first worksheet that contains the data of...false ); // Access second worksheet const ws = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/customize-g...
  4. Manage Shape Options with C++|Documentation

    Manage shape options in Microsoft Excel files using Aspose.Cells with C++....Add WordArt Watermark to Worksheet with C++ Data in Non-Primitive...

    docs.aspose.com/cells/cpp/managing-shape-options/
  5. Populate Data First by Row then by Column|Docum...

    Learn how to Populate Data First by Row then by Column through the Aspose.Cells for Node.js via C++ API....there are many cells in a worksheet and you follow the second...

    docs.aspose.com/cells/nodejs-cpp/populate-data-...
  6. Convert Excel to High-Resolution Image|Document...

    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....Generate Thumbnail of the Worksheet Analyzing your prompt, please...

    docs.aspose.com/cells/net/convert-excel-to-high...
  7. Populate Data First by Row then by Column|Docum...

    Learn how to Populate Data First by Row then by Column through the Aspose.Cells for Python via .NET API....there are many cells in a worksheet and you follow the second...

    docs.aspose.com/cells/python-net/populate-data-...
  8. Save ODS File in ODF 1.1, 1.2 and 1.3 Specifica...

    Convert Excel to ODF 1.1, 1.2 and 1.3 Specifications with Aspose.Cells using C++....value to cell A1 on the first worksheet, and then saves the ODS file...

    docs.aspose.com/cells/go-cpp/save-ods-file-in-o...
  9. WRAPCOLS Excel function - Free Support Forum - ...

    We are considering purchasing a new Aspose Cells license but one of the functions we would need is the WRAPCOLS function which is not currently supported. Are there any plans to add support for this?...wrapCount) { Worksheet worksheet = workbook.Worksheets[0]; int rowCount...rowCount = worksheet.Cells.MaxDataRow + 1; for (int row = 0; row...

    forum.aspose.com/t/wrapcols-excel-function/314748
  10. How to Insert Rows in Excel using C#

    This quick tutorial covers how to insert rows in Excel using C#. It discusses the system configuration, a step-by-step process followed by a code snippet to add multiple rows in Excel using C#....and get the reference to a worksheet using its index Insert the...the reference to the target worksheet. Insert the rows at specific...

    kb.aspose.com/cells/net/how-to-insert-rows-in-e...