Sort Score
Result 10 results
Languages All
Labels All
Results 4,661 - 4,670 of 30,746 for

worksheet

(1.45 sec)
  1. 支持在使用 C++ 通过 Node.js 将 HTML 加载到 Excel 工作簿时布局 DI...

    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....rows and columns of first worksheet const ws = wb . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/support-the...
  2. Convert CSV to JSON with C++|Documentation

    Convert a CSV file to JSON by using the simple-to-use Aspose.Cells for C++ API....Get the last cell in the worksheet Cell lastCell = workbook ...

    docs.aspose.com/cells/cpp/convert-csv-to-json/
  3. Copying sheets between workbooks causes issues ...

    Hi, I have a scenario where deleting rows or sheets in a workbook after copying sheets from a different workbook will error if both workbooks contain textjoin functions used in cell formula. This appears to have been wo…...Worksheets.First().Cells[0, 0].Formula...Aspose.Cells.Workbook(); wb2.Worksheets.First().Cells[0, 0].Formula...

    forum.aspose.com/t/copying-sheets-between-workb...
  4. Implement 1904 Date System with JavaScript via ...

    Aspose.Cells is a JavaScript library for working with spreadsheet files. It supports the implementation of the 1904 date system, allowing users to calculate and format based on the January 1, 1904 date system. This article describes how to implement the 1904 date system using the Aspose.Cells library....script > </ html > Format Worksheet Cells in a Workbook with JavaScript...

    docs.aspose.com/cells/javascript-cpp/implement-...
  5. GridDesktop: mouse wheel scrolling adds rows, d...

    See attached sample: start it, click the button, and a new Aspose.Cells workbook is created and shown in GridDesktop in readonly mode. GridDesktopTest.zip (5.2 KB) Problem 1: Switch to “Sheet 1”, then use the mouse wh…...to “Sheet 1”, and in the worksheet tab bar, do a right click...you can right-click on a worksheet tab and select “Delete,” even...

    forum.aspose.com/t/griddesktop-mouse-wheel-scro...
  6. 通过Python.NET降低单元格Calculate方法的计算时间|Documentation

    了解如何使用Aspose.Cells for Python via .NET优化Excel单元格计算性能。通过设置CalculationOptions,减少计算时间。...# Access first worksheet ws = wb . worksheets [ 0 ] # Set calculation...

    docs.aspose.com/cells/zh/python-net/decrease-th...
  7. 使用 C++ 合并文件|Documentation

    学习如何使用 Aspose.Cells for C++ 高效合并Excel文件。...Combine() 方法合并多个工作簿,使用 Worksheet.Copy() 方法将工作表复制到新工作簿。这些方法...idx < count ; ++ idx ) { Worksheet sheet = sheets . Get ( idx...

    docs.aspose.com/cells/zh/cpp/merge-files/
  8. Setting Shadow of Text Effects of Shape or Text...

    Learn how to set the shadow of text effects for any shape or TextBox using Aspose.Cells for JavaScript via C++....Access first worksheet const ws = wb . worksheets . get ( 0 );...

    docs.aspose.com/cells/javascript-cpp/setting-sh...
  9. 使用C++通过JavaScript设置公式中的外部链接|Documentation

    学习如何用C++通过Aspose.Cells for JavaScript在公式中设置外部链接。...Get first Worksheet const sheet = workbook . worksheets . get (...

    docs.aspose.com/cells/zh/javascript-cpp/set-ext...
  10. Add calculated field in Pivot Table|Documentation

    How to add a calculated field in pivot table with Aspose.Cells....calculated field is added to the worksheet. Set the original data and...

    docs.aspose.com/cells/net/add-calculated-field-...