Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 30,465 for

worksheet

(0.16 sec)
  1. How to solve the memory leak problem when save ...

    Please see the demo atthachment, i am building a preview online website with Aspose.Cell 24.1.0, sometimes there is a memory leak problem with a small excel file(file also in demo attachment). So could you provide a dem…... Load Specific Worksheets in a Workbook Class Libraries...override void StartSheet(Worksheet sheet) { $"sheet: {sheet.Index}-{sheet...

    forum.aspose.com/t/how-to-solve-the-memory-leak...
  2. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using Aspose.Cells for JavaScript via C++....FitToPagesTall in a specified worksheet, first load the sample file...PageSetup object for the desired worksheet. Here is an example in JavaScript:...

    docs.aspose.com/cells/javascript-cpp/how-to-pri...
  3. Change Tick Label Direction with Node.js via C+...

    Learn how to change the direction of tick labels in Aspose.Cells for Node.js. Our guide will help you understand how to adjust the orientation of tick labels on axes, including horizontal, vertical, and angled orientations....Workbook ( filePath ); const worksheet = workbook . getWorksheets...chart from source worksheet const chart = worksheet . getCharts ()...

    docs.aspose.com/cells/nodejs-cpp/change-tick-la...
  4. Create and Embed an Excel Chart as an OLE Objec...

    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....Excel workbook containing the worksheet with the chart data. Get the...the chart from the Excel worksheet to the clipboard. Paste the...

    docs.aspose.com/slides/net/create-and-embed-an-...
  5. 在 Jython 中将工作表转换为 SVG|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....xls" ) # Convert each worksheet into svg format in a single...setOnePagePerSheet ( True ) # Convert each worksheet into svg format sheetCount...

    docs.aspose.com/cells/zh/java/converting-worksh...
  6. 在工作表单元格中显示字符串|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.... Worksheet mySheet = myWorkbook . ActiveSheet...fileName ); Worksheet mySheet = myWorkbook . Worksheets [ myWorkbook...

    docs.aspose.com/cells/zh/net/display-string-in-...
  7. AutoFit Rows and Columns|Documentation

    This article shows how to auto-fit rows, columns, rows of merged cells, and rows in a range of cells using the Aspose.Cells for Python via .NET API....Workbook class contains a Worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/python-net/autofit-rows-a...
  8. 添加图像超链接|Documentation

    学习如何通过Aspose.Cells for JavaScript通过C++ API添加图片超链接。...first worksheet const worksheet = workbook . worksheets . get...value to a cell const cell = worksheet . cells . get ( "C2" ); cell...

    docs.aspose.com/cells/zh/javascript-cpp/add-ima...
  9. 使用C++的JavaScript管理分页符|Documentation

    本文提供示例代码,说明如何通过Aspose.Cells for JavaScript使用C++编程方式添加、清除或删除Excel工作表中的特定分页符。...worksheets 集合,可访问Excel文件中的每个工作表。 工作表由 Worksheet 类表示。 Worksheet...类提供了用于管理工作表的广泛的属性和方法。 要添加分页符,使用 Worksheet 类的 worksheet.horizontalPageBreaks...

    docs.aspose.com/cells/zh/javascript-cpp/managin...
  10. Combine Multiple Workbooks into a Single Workbo...

    Learn how to combine multiple workbooks into a single workbook using Aspose.Cells for Node.js via C++.... The first worksheet of the charts workbook – stacked...stacked Second worksheet of the charts workbook – line First...

    docs.aspose.com/cells/nodejs-cpp/combine-multip...