Sort Score
Result 10 results
Languages All
Labels All
Results 5,031 - 5,040 of 30,455 for

worksheet

(0.36 sec)
  1. Convert-Excel-to-JSON with JavaScript via C++|D...

    Learn how to convert an Excel file to JSON using Aspose.Cells for JavaScript via C++....settings for exporting the worksheet to JSON. The following code...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  2. DeleteBlankRows() is deleting rows even if it h...

    Ideally, according to the documentation, DeleteBlankRows() should delete only rows which are empty i.e. the rows which does not have any content, images, charts, comments etc… But in the attached file below, Even the r…...Worksheets[0].Shapes; int shapeCount...PlacementType.MoveAndSize; } wb.Worksheets[0].Cells.DeleteBlankRows();...

    forum.aspose.com/t/deleteblankrows-is-deleting-...
  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. Create XLS Using Python | products.aspose.com

    Generate Microsoft Excel XLS documents using Python applications without using Microsoft Office....Get the access of required Worksheet using getWorksheets().get(index)...in the accessed cell using Worksheet.getCells().get(indexValue)...

    products.aspose.com/total/python-java/create/xls/
  5. 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...
  6. 新增行有限制,必须停留在可编辑的单元格才能新增行 - Free Support Forum -...

    新增行需要停留在可编辑的单元格才能新增行,否则会提示:此单元格或图表受到保护。要进行更改,您必须先取消保护工作表 image.png (14.6 KB)...xlsx"); // 获取需要操作的工作表(假设是第1张) Worksheet ws = wb.getWorksheets().get(0);...处理密码错误等异常 e.printStackTrace(); } Worksheet.unprotect() 用于解除工作表保护;无参版...

    forum.aspose.com/t/topic/323603
  7. Update XLS File using Java | products.aspose.com

    Modify XLS document in Java applications without using Microsoft Excel. Optimize code for fastest way to write and edit excel file in java....parameter Access of relevant Worksheet and relevant cell using getWorksheets()...files can contain multiple worksheets, each consisting of cells...

    products.aspose.com/total/java/update/xls/
  8. | Aspose

    Sample code for TIF to XLS Java conversion. Use API example code for batch TIF 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/java/conversion/tif-to-...
  9. | Aspose

    Sample code for JPEG2000 to XLS Java conversion. Use API example code for batch JPEG2000 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/java/conversion/jpeg200...
  10. | Aspose

    Sample code for JPEG to XLS Java conversion. Use API example code for batch JPEG 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/jpeg-to-...