Sort Score
Result 10 results
Languages All
Labels All
Results 4,781 - 4,790 of 30,428 for

worksheet

(0.21 sec)
  1. Public API Changes in Aspose.Cells 8.0.2|Docume...

    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....the first worksheet var sheet = book . Worksheets [ 0 ]; //Add...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. 使用JavaScript通过C++处理WebQuery类型的外部数据连接。|Documenta...

    学习如何使用Aspose.Cells for JavaScript通过C++处理WebQuery类型的外部数据连接。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/working...
  3. 用 C++ 获取行中的最大列索引和列中的最大行索引|Documentation

    了解如何通过Aspose.Cells for C++ API获取行中的最大列索引和列中的最大行索引。...Workbook workbook ( filePath ); Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/get-max-index-in-r...
  4. How to Convert HTML to PDF with JavaScript via ...

    This topic shows you how to convert HTML to PDF and MHTML to PDF using Aspose.Cells for JavaScript via C++.... Provide exported worksheet HTML file path via IFilePathProvider...

    docs.aspose.com/cells/javascript-cpp/convert-ht...
  5. Optimizing Memory Usage while Working with Big ...

    Learn how to optimize memory usage when working with large Excel files using Aspose.Cells with Golang via C++....write a large dataset to a worksheet in an optimized mode. Caution...

    docs.aspose.com/cells/go-cpp/optimizing-memory-...
  6. If text is long vertically it is not moving to ...

    if i fix the column width and if text is long vertically it is not moving to next page. autofitrow() not working as expected...workbook and access the first worksheet Workbook workbook = new Workbook();...Workbook(); Worksheet worksheet = workbook.getWorksheets().get(0);...

    forum.aspose.com/t/if-text-is-long-vertically-i...
  7. How to Replace Partial Text in Cell|Documentation

    Learn how to replace partial text in a cell with Aspose.Cells....Validation Import Data into Worksheet Analyzing your prompt, please...

    docs.aspose.com/cells/net/how-to-replace-partia...
  8. 从单元格获取HTML5字符串|Documentation

    学习如何通过Aspose.Cells for JavaScript通过C++ API从单元格获取HTML5字符串。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...Workbook (); const ws = wb . worksheets . get ( 0 ); const cell =...

    docs.aspose.com/cells/zh/javascript-cpp/get-htm...
  9. 使用C++通过JavaScript添加WordArt水印到图表|Documentation

    学习如何通过C++使用Aspose.Cells for JavaScript在Microsoft Excel中为图表添加WordArt水印。我们的指南将演示如何创建和定位WordArt水印,以增强图表的视觉吸引力和独特性。...arrayBuffer )); // Access the first worksheet's first chart const chart...chart = workbook . worksheets . get ( 0 ). charts . get ( 0 ); //...

    docs.aspose.com/cells/zh/javascript-cpp/add-wor...
  10. 用C++在图表中设置图片为背景填充|Documentation

    学习如何使用Aspose.Cells for C++将图片设置为图表的背景填充。我们的指南将告诉您如何导入和调整图片位置、大小、颜色,以及应用格式化选项以增强图表外观。..." ); Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/set-picture-as-bac...