Sort Score
Result 10 results
Languages All
Labels All
Results 4,151 - 4,160 of 28,092 for

worksheet

(0.15 sec)
  1. 使用JavaScript通过C++进行对比和迁移|Documentation

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

    docs.aspose.com/cells/zh/javascript-cpp/compari...
  2. Word From Excel Mail Merge In C++

    Personalize your Mail merge Word from Excel file using C++. Automate emails or build reports using Mail merge Word from Excel template in C++....xlsx" )); auto worksheet = workbook-> GetIWorksheets...GetObjectByIndex ( 0 ); auto dataRange = worksheet-> GetICells ()-> GetMaxDisplayIRange...

    products.aspose.com/words/cpp/mailmerge/word-fr...
  3. 如何以及在哪里使用Node.js通过C++的枚举器|Documentation

    学习如何通过Aspose.Cells for Node.js via C++ API使用枚举器。... 情景 一个应用程序要求是遍历给定的 Worksheet 中的所有单元格以读取它们的值。有几种实现此目标的方法。以下是一些示例。...Cells collection of first worksheet const cells = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/how-and-whe...
  4. 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-...
  5. 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...
  6. Aspose.Cells 16.12.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....CreateIWorkbook (); //Access first worksheet intrusive_ptr < IWorksheet...samplePath ); //Access first worksheet intrusive_ptr ws = wb -> GetIWorksheets...

    docs.aspose.com/cells/zh/go-cpp/public-api-chan...
  7. 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/
  8. 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...
  9. Excel Dynamic Array Formula Issues in XLSX to P...

    Dear Aspose.Cells Support Team, We are encountering a critical issue when converting an XLSX workbook to PDF using Aspose.Cells. Specifically, several modern Excel dynamic array formulas, which work correctly in the sou…...getCount(); i++) { Worksheet sheet = workbook.getWorksheets()...getWorksheets().getCount(); i++) { Worksheet sheet = workbook.getWorksheets()...

    forum.aspose.com/t/excel-dynamic-array-formula-...
  10. Display or Hide Tabs in Aspose.Cells|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....Sheet tabs represent the worksheets in the Excel file. Click...switch to that worksheet. The more worksheets in the workbook...

    docs.aspose.com/cells/net/display-or-hide-tabs-...