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

worksheet

(0.22 sec)
  1. Link Cells to XML Map Elements with Node.js via...

    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....get ( 0 ); // Access first worksheet const ws = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/link-cells-to-...
  2. Implement Subtotal or Grand Total Labels in Oth...

    Learn how to implement subtotal and grand total labels in non‑English languages using Aspose.Cells for C++....SetGlobalizationSett ( & gsi ); Worksheet ws = wb . GetWorksheets ()...

    docs.aspose.com/cells/cpp/implement-subtotal-or...
  3. 导入HTML时删除换行后多余空格(使用C++)|Documentation

    了解如何在导入HTML时删除换行后的多余空格(使用Aspose.Cells for C++)。... GetWorksheets (); Worksheet sheet = sheets . Get ( 0 );...

    docs.aspose.com/cells/zh/cpp/delete-redundant-s...
  4. 使用JavaScript通过C++进行对比和迁移|Documentation

    探索差异并考虑使用Aspose.Cells与JavaScript通过C++的迁移策略。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/compari...
  5. Excel hyperlinks break when copying rows - Free...

    Hi support, I’m running into an issue when copying rows that contain Excel HYPERLINK formulas. Almost all hyperlinks in copied rows don’t work when saving to file formats other than Excel. See the test case below for a…...new Workbook(); Worksheet sheet = book.Worksheets[0]; sheet.Cells["A1"]...new Workbook(); Worksheet sheet = book.Worksheets[0]; // Create...

    forum.aspose.com/t/excel-hyperlinks-break-when-...
  6. Aspose.Cells 8.8.0中的公共API更改|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....loadOptions ); Worksheet sheet = workbook . Worksheets [ 0 ]; sheet...Workbook (); Worksheet sheet = book . Worksheets [ 0 ]; Cell a1...

    docs.aspose.com/cells/zh/net/public-api-changes...
  7. Add Cell Formulas|Documentation

    This article introduces how to add formula in cell in GridWeb....calculates the formulas in worksheets. Aspose.Cells.GridWeb supports...after adding formulas to worksheets as shown below. Users can...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  8. Digitally Sign XLS File Online or using Java | ...

    Free online app for digital signature in XLS spreadsheet. Develop Java application to electronically sign XLS 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/xls/
  9. Convert JSON Format to PPTM via C++ | products....

    Parse JSON to PPTM 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...
  10. How to Manage Dates and Times|Documentation

    Learn how to manage dates and times through the Aspose.Cells for JavaScript via C++ API....of the newly added worksheet (first worksheet) const ws = workbook...workbook . worksheets . get ( 0 ); const cells = ws . cells ; const...

    docs.aspose.com/cells/javascript-cpp/how-to-man...