Sort Score
Result 10 results
Languages All
Labels All
Results 3,541 - 3,550 of 30,088 for

worksheet

(0.13 sec)
  1. Excel Table Missing Column in HTML output - Fre...

    Dear Aspose. As you can see from example. When table in the sheet is printed as a range, then the column Size (Size) is not printed. Attaching image demonstrating the difference in output: Bug-1313955-Missing-Column-…...workbook, not just the active worksheet. ExportHiddenWorkshee : If...the column is in a hidden worksheet, make sure this property is...

    forum.aspose.com/t/excel-table-missing-column-i...
  2. How to Merge Cells in Excel using Java

    In this precise tutorial, details are covered about how to merge cells in Excel using Java. You can easily understand how using Java Excel merge cells operation can be performed programmatically with simple API calls....object Get access to the first worksheet and create a Cells class object...You can easily create a new worksheet object for merging cells and...

    kb.aspose.com/cells/java/how-to-merge-cells-in-...
  3. How to Remove Pivot Table using Java

    This quick tutorial guides on how to remove pivot table using Java. It shares programming logic, and a runnable sample code to delete pivot table using Java....tables in it Access the target worksheet where the pivot table is available...PivotTableCollection object in the worksheet Save the workbook with deleted...

    kb.aspose.com/cells/java/how-to-remove-pivot-ta...
  4. Public API Changes in Aspose.Cells 8.7.2|Docume...

    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 from the collection Worksheet sheet = workbook...workbook . Worksheets [ 0 ]; //Add a TextBox to the collection...

    docs.aspose.com/cells/net/public-api-changes-in...
  5. Keeping the header and the footer when saving a...

    Hello, I’ve tried to save a xlsx file in html, but I’ve lost the header and the footer in the output file. I think it’s the normal functionality of excel but just to be sur do you have a way to keep the header dans foo…...header/footer content directly into worksheet cells using Aspose.Cells....two rows at the top of the worksheet and place the header content...

    forum.aspose.com/t/keeping-the-header-and-the-f...
  6. 在加载 Excel 文件时解析数据透视缓存记录(C++)|Documentation

    学习如何在加载 Excel 文件时解析数据透视缓存记录,使用 Aspose.Cells for C++。...options ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/parsing-pivot-cach...
  7. Convert PDF to Excel in Python|Aspose.PDF for P...

    Convert PDFs to Excel spreadsheets effortlessly with Aspose.PDF for Python via .NET. Follow this guide for accurate PDF to XLSX conversions...file are converted to Excel worksheets. Try to convert PDF to Excel...Convert PDF to Single Excel Worksheet Aspose.PDF for Python via...

    docs.aspose.com/pdf/python-net/convert-pdf-to-e...
  8. 使用 C++ 和 JavaScript 进行图表数据过滤的三种方法|Documentation

    学习如何在 Excel 中使用 Aspose.Cells for JavaScript 进行图表过滤。我们的全面指南将演示如何应用过滤器到图表、自定义图表元素,以及使用数据分析工具来获取更好见解和做出明智决策。...Access first worksheet and chart const worksheet = workbook .... worksheets . get ( 0 ); const chart = worksheet . charts . get...

    docs.aspose.com/cells/zh/javascript-cpp/filteri...
  9. 如何使用JavaScript通过C++应用/设置文本框的文本对齐方式|Documentation

    如何在Aspose.Cells for Java脚本中通过C++应用/设置文本框的文本对齐方式...Workbook (); } const worksheet = workbook . worksheets . get ( 0 ); const...const shapes = worksheet . shapes ; // add a TextBox const shape...

    docs.aspose.com/cells/zh/javascript-cpp/applyin...
  10. Aspose插入行,能否选择向上插入行或者向下插入行 - Free Support Forum...

    aspose插入行,能否选择向上插入行或者向下插入行 类似: a77f7b6f6466f6224c84397609603d86.jpg (91.7 KB)...具体来说,您可以使用 Worksheet.getCells().insertRow(int rowIndex)...例如,如果您想在第3行之前插入一行,可以这样做: // 获取工作表 Worksheet worksheet = workbook.getWorksheets()...

    forum.aspose.com/t/aspose/317962