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

worksheet

(0.54 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. 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...
  3. 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...
  4. 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...
  5. 使用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...
  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. 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...
  8. 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...
  9. 使用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...
  10. 如何用JavaScript通过C++将Excel打印为宽度和高度适合的页面|Documenta...

    本文展示了使用C++的Script设置FitToPagesWide和FitToPagesTall的代码示例...head > < body > < h1 > Set Worksheet Fit To Pages and Save as PDF...the first worksheet in the Excel file const worksheet = workbook...

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