Sort Score
Result 10 results
Languages All
Labels All
Results 2,761 - 2,770 of 30,428 for

worksheet

(0.11 sec)
  1. Working with the ThreeDFormat of Shape or Chart...

    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....first shape in the first worksheet, sets the sub‑properties of...filePath ); // Access first worksheet const ws = wb . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/working-with-t...
  2. 通过 Microsoft Excel 与 C++ 自动刷新 OLE 对象|Documentation

    学习如何使用 Aspose.Cells 结合 C++ 在 Microsoft Excel 中自动刷新 OLE 对象。...xlsx" ); // Access first worksheet Worksheet sheet = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/automatically-refr...
  3. How to Format Number to Fraction with C++|Docum...

    This article will introduce how to format numbers to fractions using Aspose.Cells for C++ API....Access the Worksheet You need to access the worksheet where you...be working with the first worksheet. Step 4: Apply Fractional...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  4. 用 C++ 隐藏工作表中的零值显示|Documentation

    本文将展示如何用示例代码通过 C++ 库或 API 编程隐藏 Excel 工作表中的零值。...// Get First worksheet of the workbook Worksheet sheet = workbook...

    docs.aspose.com/cells/zh/cpp/hiding-the-display...
  5. 用JavaScript via C++添加数据透视连接|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++添加数据透视连接。...arrayBuffer )); const worksheet = workbook . worksheets . get ( 0 ); const...const pivotTable = worksheet . pivotTables . get ( 0 ); const...

    docs.aspose.com/cells/zh/javascript-cpp/add-piv...
  6. Wrap Text in Excel using C#

    This article guides how to wrap text in Excel using C#. It has the IDE settings, a list of steps, and a sample code to auto wrap text in Excel using C#....Create a Workbook , access a worksheet , and access a cell Put some...AutoFitRows() method for the worksheet and save the output file These...

    kb.aspose.com/cells/net/wrap-text-in-excel-usin...
  7. [Bug] Cell class. Cant set HtmlTitle any that e...

    Doesn’t work: titleCell.HtmlString = "Title " Works fine: titleCell.HtmlString = " Title" Same, works fine: titleCell.HtmlString = "Title Title2" Aspose.Cells updated in october 2024...Workbook(); Worksheet worksheet = workbook.Worksheets[0]; string...string value = "Test "; worksheet.Cells[1,1].HtmlString = value; value...

    forum.aspose.com/t/bug-cell-class-cant-set-html...
  8. 通过 C++ 使用 JavaScript 自动调整行高以进行渲染|Documentation

    了解如何使用 Aspose.Cells for JavaScript 通过 C++ 在 Excel 中自动调整行高以进行渲染,防止文本被截断到已保存的 PDF 文件中。...first worksheet. const worksheet = workbook . worksheets . get...get ( 0 ); worksheet . autoFitRows ( autoFitterOptions ); // Save...

    docs.aspose.com/cells/zh/javascript-cpp/autofit...
  9. Manage Cells HTML String|Documentation

    Learn how to manage a cell's HTML string through the Aspose.Cells for JavaScript via C++ API....specific cell in the first worksheet. Set an HTML string to the...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/manage-cel...
  10. Extract Theme Data from Excel File|Documentation

    Learn how to extract theme data from Excel files using Aspose.Cells for JavaScript via C++. Obtain style and formatting information effectively....first worksheet const worksheet = workbook . worksheets . get...Access cell A1 const cell = worksheet . cells . get ( "A1" ); //...

    docs.aspose.com/cells/javascript-cpp/extract-th...