Sort Score
Result 10 results
Languages All
Labels All
Results 5,021 - 5,030 of 30,201 for

worksheet

(0.09 sec)
  1. Image Gridline color different from the color i...

    I am using Aspose.Cells to take snapshot of a range, when I get the image it has gridlines which are thicker and of a different color than in the excel sheet. I took one image using Range.getImage() of excel javascript A…...color when rendering the worksheet to an image. Adhirath April...}; PageSetup- worksheet.AutoFitRows(); worksheet.PageSetup.PrintArea...

    forum.aspose.com/t/image-gridline-color-differe...
  2. Pivot Tables without columns or rows lose forma...

    We are running into an issue refreshing a Pivot table that only has a Filter (no rows, columns or values). Aspose gets rid of some of the formatting and adds extra formatting to cells we do not expect to have pivot table…...Refresh() and Worksheets.RefreshAll(). Source data...foreach (var workSheet in workbook.Worksheets) { workSheet.RefreshPivotTables();...

    forum.aspose.com/t/pivot-tables-without-columns...
  3. 使用JavaScript通过C++合并文件|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....combine(Workbook) 方法合并多个工作簿,使用 Worksheet.copy(Worksheet) 方法将工作表复制到新工作簿。这些...i = 1 ; const worksheets = workbook . worksheets ; for ( let j...

    docs.aspose.com/cells/zh/javascript-cpp/merge-f...
  4. Setting Dynamic Array Formulas with JavaScript ...

    How to use Aspose.Cells library to calculate dynamic array formulas in Excel using JavaScript via C++. Load, calculate, and save Excel files easily....efficiency and simplify your worksheets. They can handle large datasets...formulas. They can slow down worksheet performance, especially if...

    docs.aspose.com/cells/javascript-cpp/calculatio...
  5. Update TSV File using Python | products.aspose.com

    Modify TSV document in Python applications without using Microsoft Excel....parameter Access of relevant Worksheet using getWorksheets().get(index)...in the accessed cell using Worksheet.getCells().get(indexValue)...

    products.aspose.com/total/python-java/update/tsv/
  6. Get Range with External Links using JavaScript ...

    Learn how to get ranges with external links using Aspose.Cells for JavaScript via C++. Retrieve data from different Excel files efficiently....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...via worksheets.names const names = workbook . worksheets . names...

    docs.aspose.com/cells/javascript-cpp/get-range-...
  7. Aspose.Cells 8.0.2中的公共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....the first worksheet var sheet = book . Worksheets [ 0 ]; //Add...

    docs.aspose.com/cells/zh/net/public-api-changes...
  8. Create StockVolumeHighLowClose Chart in Excel u...

    Learn how to create a StockVolumeHighLowClose chart in Excel using C# with Aspose.Cells for .NET. Detailed steps, code samples, and customization tips are provided....rich API for working with worksheets, cells, and a wide variety...Workbook and get the first worksheet. 2 Populate sample Open‑High‑Low‑Close...

    blog.aspose.com/cells/create-stockvolumehighlow...
  9. 如何通过C++的JavaScript设置系列不可见|Documentation

    了解如何在Excel图表中使用Aspose.Cells for JavaScript通过C++设置系列不可见。...arrayBuffer )); // Access the first worksheet and its charts const charts...charts = workbook . worksheets . get ( 0 ). charts ; const chart...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  10. Exclude Unused Styles during Excel to HTML conv...

    Learn how to exclude unused styles when converting Excel to HTML using Aspose.Cells for JavaScript via C++....Access first worksheet const ws = wb . worksheets . get ( 0 );...

    docs.aspose.com/cells/javascript-cpp/exclude-un...