Sort Score
Result 10 results
Languages All
Labels All
Results 4,731 - 4,740 of 28,096 for

worksheet

(0.24 sec)
  1. | Aspose

    Sample code for DJVU to XLS Java conversion. Use API example code for batch DJVU files to XLS conversion within any Web or Desktop Java based application....workbook can have one or more worksheets. Data is stored and displayed...users in table format in worksheet and can span numeric values...

    products.aspose.com/ocr/cpp/conversion/djvu-to-...
  2. Smartly Importing Array Element by Index into E...

    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 of the smartmarker.xlsx file...

    docs.aspose.com/cells/net/how-to-import-array-e...
  3. Aspose cells 在保存wps编辑过的文件之后 里面的正文内容会变成蓝色字体 - Fr...

    文件原本是xls格式的 保存为xlsx格式之后 使用wps编辑 再使用cell工具保存 会出现com.aspose.cells.b.a.d.k59 cannot be cast to com.aspose.cells.l86这个错误,如果保存为xls格式再使用wps编辑,再使用cell工具保存的时候不报错,但是里面的正文内容会部分变成蓝色字体...xlsx"); Worksheet worksheet = workbook.getWorksheets()...for (int row = 0; row <= worksheet.getCells().getMaxDataRow();...

    forum.aspose.com/t/aspose-cells-wps/314668
  4. Access and Update the Portions of Rich Text of ...

    Learn how to Access and Update the Portions of Rich Text of Cell through the Aspose.Cells for JavaScript via C++ API....arrayBuffer )); // Access first worksheet and its cells const cells...cells = workbook . worksheets . get ( 0 ). cells ; const cell = cells...

    docs.aspose.com/cells/javascript-cpp/access-and...
  5. 在透视表中对透视字段进行分组|Documentation

    如何用Aspose.Cells for JavaScript通过C++对数据透视表中的字段进行分组。...Access the second worksheet const ws = wb . worksheets . get ( 1 );...

    docs.aspose.com/cells/zh/javascript-cpp/group-p...
  6. 通过 C++ 阅读和操作 Excel 2016 图表|Documentation

    学习如何通过 Aspose.Cells for JavaScript 通过 C++ 阅读和操作 Excel 2016 图表。此指南将展示如何访问和修改各种图表属性。...arrayBuffer )); // Access the first worksheet which contains the charts...const sheet = workbook . worksheets . get ( 0 ); // Access all...

    docs.aspose.com/cells/zh/javascript-cpp/read-an...
  7. 用C++对工作簿中的单元格进行格式化|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库。它支持格式化工作簿中的工作表单元格,允许用户自定义单元格的外观和样式。本文章介绍如何使用Aspose.Cells库格式化工作表单元格。...CreateCellsFormattin ( workbook ); Worksheet worksheet = workbook . GetWorksheets...GetWorksheets (). Get ( 0 ); worksheet . SetName ( u "Sales Report"...

    docs.aspose.com/cells/zh/cpp/format-worksheet-c...
  8. License File Not Working Anymore|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....Copyright Warning watermark worksheet (whenever they generate reports...

    docs.aspose.com/cells/net/license-file-not-work...
  9. How to Format Number to Time|Documentation

    This article introduces how to format numbers to time using Aspose.Cells for JavaScript via C++ API....Step 3: Access the Worksheet Access the worksheet where you want...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  10. Customize 3D Charts in Presentations with Pytho...

    Learn how to create and customize 3-D charts in Aspose.Slides for Python via .NET, with support for PPT, PPTX and ODP files—boost your presentations today....# Getting the chart data worksheet fact = chart . chart_data...

    docs.aspose.com/slides/python-net/3d-chart/