Sort Score
Result 10 results
Languages All
Labels All
Results 4,601 - 4,610 of 30,469 for

worksheet

(0.12 sec)
  1. GridDesktop: mouse wheel scrolling adds rows, d...

    See attached sample: start it, click the button, and a new Aspose.Cells workbook is created and shown in GridDesktop in readonly mode. GridDesktopTest.zip (5.2 KB) Problem 1: Switch to “Sheet 1”, then use the mouse wh…...to “Sheet 1”, and in the worksheet tab bar, do a right click...you can right-click on a worksheet tab and select “Delete,” even...

    forum.aspose.com/t/griddesktop-mouse-wheel-scro...
  2. Convert JSON Format to POTX via C++ | products....

    Parse JSON to POTX in C++ without using Microsoft PowerPoint...height for all rows in the worksheet, you can do it by using the...width for all columns in the worksheet, use the ICells collection’s...

    products.aspose.com/total/cpp/conversion/json-t...
  3. Convert JSON Format to OTT via C++ | products.a...

    C++ API t0 Parse JSON to OTT without using Microsoft Word...height for all rows in the worksheet, you can do it by using the...width for all columns in the worksheet, use the ICells collection’s...

    products.aspose.com/total/cpp/conversion/json-t...
  4. 通过JavaScript与C++查找XML映射的根元素名称|Documentation

    学习如何使用C++的Aspose.Cells for JavaScript在Excel中查找XML映射的根元素名称。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...Workbook const xmap = workbook . worksheets . xmlMaps . get ( 0 ); //...

    docs.aspose.com/cells/zh/javascript-cpp/find-th...
  5. 使用C++的XmlMapCollection.Add方法在工作簿中添加XML映射,配合Java...

    学习如何在工作簿中使用C++的Aspose.Cells for JavaScript的XmlMapCollection.Add方法添加XML映射。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...universal conversion rules wb . worksheets . xmlMaps . add ( xmlString...

    docs.aspose.com/cells/zh/javascript-cpp/add-xml...
  6. 通过 C++ 使用 JavaScript 改变评论的文本方向|Documentation

    学习如何使用 C++ 通过脚本改变评论的文本方向。有效自定义评论对齐设置。...the first worksheet const sheet = wb . worksheets . get ( 0 );...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  7. 如何管理日期和时间|Documentation

    学习如何通过Aspose.Cells for JavaScript用C++管理日期和时间。...of the newly added worksheet (first worksheet) const ws = workbook...workbook . worksheets . get ( 0 ); const cells = ws . cells ; const...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  8. 如何用C++创建动态滚动图表|Documentation

    学习如何使用Aspose.Cells for C++创建动态滚动图表。我们的指南将展示如何在您的图表中实现平滑数据过渡和滚动平均,提供连续更新的显示效果。...workbook and access the first worksheet. Workbook workbook ; WorksheetCollection...workbook . GetWorksheets (); Worksheet sheet = sheets . Get ( 0 );...

    docs.aspose.com/cells/zh/cpp/create-dynamic-rol...
  9. Inserting a WAV file as an OLE Object with Java...

    Learn how to insert a WAV file as an OLE object in Excel Worksheets using Aspose.Cells for JavaScript via C++....OLE objects to the Excel worksheets. We will see in the following...the first worksheet const sheet = workbook . worksheets . get (...

    docs.aspose.com/cells/javascript-cpp/inserting-...
  10. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in Node.js via C++ to apply conditional formatting shadows for alternating rows and columns. By adjusting these criteria, you have more control over how cells look and appear....formatting rules for the Worksheet object. These rules can be...

    docs.aspose.com/cells/nodejs-cpp/apply-shading-...