Sort Score
Result 10 results
Languages All
Labels All
Results 3,161 - 3,170 of 30,325 for

worksheet

(0.78 sec)
  1. Need guidance on how to achieve merged cells wi...

    Hi, we want to achieve the following layout with merged cells using smart markers only. I have attached data, template, output, and expected output in the attachment. Could you please guide us on how this can be achieved…...// Create a new worksheet Worksheet worksheet = workbook.getWorksheets()...

    forum.aspose.com/t/need-guidance-on-how-to-achi...
  2. Manage Shape Options with JavaScript via C++|Do...

    Learn how to manage shape options using Aspose.Cells for JavaScript via C++. Customize shapes in spreadsheets effectively....Add WordArt Watermark to Worksheet with JavaScript via C++ Data...

    docs.aspose.com/cells/javascript-cpp/managing-s...
  3. Opening Files with Different Formats with JavaS...

    Aspose.Cells for JavaScript via C++ API allows you to open or read different formats like XLSX, HTML, CSV, ODS, TSV, SXC, FODS, etc....loadOptions ); const worksheet = workbook . worksheets . get ( 0 ); const...const sheetName = worksheet . name ; const nameLength = sheetName...

    docs.aspose.com/cells/javascript-cpp/opening-fi...
  4. 使用C++通过JavaScript将JSON转换为Excel文件|Documentation

    学习如何使用C++和Aspose.Cells for JavaScript将JSON转换为Excel文件。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...Workbook (); const worksheet = book . worksheets . get ( sheetName...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  5. Aspose.grid.desktop does'nt support readonly mo...

    aspose.grid.desktop does'nt support readonly mode?...set a worksheet protected(readonly). gridDesktop.Worksheets[0].Protected...

    forum.aspose.com/t/aspose-grid-desktop-doesnt-s...
  6. 如何旋转单元格文本|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 来编程旋转单元格中的文本。...first worksheet const worksheet = workbook . worksheets . get...let column = 0 ; let a1 = worksheet . cells . get ( row , column...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  7. Replace text in SmartArt with JavaScript via C+...

    Learn how to replace text in SmartArt using Aspose.Cells for JavaScript via C++....)); // Access worksheets collection const worksheets = workbook...workbook . worksheets ; for ( let i = 0 ; i < worksheets . count ; i...

    docs.aspose.com/cells/javascript-cpp/replace-te...
  8. The behavior of Cells.ExportDataTable() methods...

    In Aspose.Cells for .NET 24.7 Release Notes there is a Changes the behavior of Cells.ExportDataTable() methods. The change of behavior is causing issues for us. Is there a way for us to continue exporting a numeric cel…...ExportCustomDataTabl(Worksheet worksheet) { DataTable dataTable...DataTable(); int rowCount = worksheet.Cells.MaxDataRow + 1; int...

    forum.aspose.com/t/the-behavior-of-cells-export...
  9. Aspose.Cells Cells indexer interface change and...

    Hi guys, I am currently working on upgrading Aspose.Cells from 23.6 to 25.10. One of changes I noticed is that Cells[int] indexer is no longer available in 25.10. Cells[int] used to return the Cell reference at the gi…...might be no values in the worksheet, consider adding additional...iterate all cells in this worksheet. The sample code as follows:...

    forum.aspose.com/t/aspose-cells-cells-indexer-i...
  10. 使用JavaScript通过C++将CSV、TSV和Txt转换为Excel|Documenta...

    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....innerHTML += `<p>Worksheets count: ${ wbCSV . worksheets . count } </p>`...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/convert...