Sort Score
Result 10 results
Languages All
Labels All
Results 4,721 - 4,730 of 30,205 for

worksheet

(1.27 sec)
  1. Aspose.Cell import object shuffles the data - F...

    in some random case for the same dataset after binding data to Excel using Aspose.Cells data is shuffled randomly , it’s not like data is shifted. But if we re-prepare the excel it looks fine. Below is the code snippet. …...IsFieldNameShown = false; worksheet.Cells.ImportCustomObjects(baseList...custom objects into an Excel worksheet using Aspose.Cells. This can...

    forum.aspose.com/t/aspose-cell-import-object-sh...
  2. Digitally Sign ODS File Online or using Java | ...

    Free online app for digital signature in ODS spreadsheet. Develop Java application to electronically sign ODS spreadsheets....add in collection Load the worksheet using Workbook Use setDig...setDigitalSignature(signatures) to sign the worksheet Finally save it Java code...

    products.aspose.com/total/java/signature/ods/
  3. Convert JSON Format to POT via C++ | products.a...

    Parse JSON to POT 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...
  4. Convert JSON Format to POTM via C++ | products....

    Parse JSON to POTM 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...
  5. Convert JSON Format to EPUB via C++ | products....

    C++ API t0 Parse JSON to EPUB 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...
  6. 通过 C++ 获取带有 JavaScript 的页眉或页脚|Documentation

    本文介绍如何通过 C++ API 使用 JavaScript 程序化获取 Excel 或 OpenOffice 文件中的页眉和页脚。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...const sheet = workbook . worksheets . get ( 0 ); // Gets left...

    docs.aspose.com/cells/zh/javascript-cpp/get-hea...
  7. 通过 Node.js 结合 C++ 将 CSV、TSV 和 TXT 转换为 Excel|Doc...

    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....Sheet 1 in Workbook const worksheet = workbook . getWorksheets...using its name const cell = worksheet . getCells (). get ( "C3"...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-csv...
  8. 档案

    档案...to export only the active worksheet or the whole workbook to HTML...whether to export the hidden worksheet to HTML. ExportImagesAsBase64...

    blog.aspose.com/zh/cells/convert-excel-to-html-...
  9. ❗ “Add Row” and “Add Column” Actions Insert in ...

    :lady_beetle: Issue Description In our implementation using Aspose.Cells GridJS, the “Add Row” and “Add Column” toolbar buttons are not behaving as expected: The “Add Row” button always inserts the new row above the cu…...updating the freeze state in the worksheet. Code Here’s an example of...before saving var worksheet = wb.Worksheets[0]; // Assuming you're...

    forum.aspose.com/t/add-row-and-add-column-actio...
  10. Comparison and Migration with Node.js via C++|D...

    Explore the differences and consider migration strategies for using Aspose.Cells with Node.js via C++.... Accessing Worksheets In .NET, you might see code...access a worksheet: var sheet = workbook . Worksheets [ 0 ]; The...

    docs.aspose.com/cells/nodejs-cpp/comparison-mig...