Sort Score
Result 10 results
Languages All
Labels All
Results 3,641 - 3,650 of 30,204 for

worksheet

(0.12 sec)
  1. Customize Globalization Settings for Pivot Tabl...

    Learn how to customize pivot table globalization settings using Aspose.Cells for C++.... SetIsVisible ( false ); Worksheet ws = wb . GetWorksheets ()...Delete Pivot Table from a Worksheet with C++ Analyzing your prompt...

    docs.aspose.com/cells/cpp/customize-globalizati...
  2. Excel to PDF:The page content is not centered -...

    When I use the following code to convert, the Excel content is displayed on the left in the PDF, but I want it to be displayed in the center. How can I solve this problem? Actual effect: image.png (15.9 KB) Expected r…...= new Workbook(srcFile); Worksheet sheet = null; int count =...= new Workbook(srcFile); Worksheet sheet = null; int count =...

    forum.aspose.com/t/excel-to-pdf-the-page-conten...
  3. AutoFit Rows for Merged Cells with JavaScript v...

    Learn how to auto-fit rows for merged cells using Aspose.Cells for JavaScript via C++. Implement auto-fit functionality for merged cells in spreadsheets....possible to auto‑fit rows in a worksheet including merged cells. Here...object and adds multiple worksheets. Use different methods for...

    docs.aspose.com/cells/javascript-cpp/autofit-ro...
  4. 通过 C++ 使用 Node.js 将 JSON 转换为Excel|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将JSON转换为Excel文件。... Workbook (); const worksheet = book . getWorksheets ()...importData ( inputJson , worksheet . getCells (), row , column...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-jso...
  5. Aspose.Cells Features|Documentation

    Summarize Aspose.Cells for Java features and provide links to detailed feature descriptions.... Yes Render worksheet pages to raster images (PNG...built‑in print method to print worksheets as shown in Microsoft Excel’s...

    docs.aspose.com/cells/java/aspose-cells-features/
  6. How to Convert JSON to PDF in Python

    This short article guides us on how to convert JSON to PDF in Python. It has all the details for the IDE settings, a list of tasks and a runnable sample code to develop JSON file to PDF converter in Python....get access to the desired worksheet for rendering JSON data Set...Workbook and access one of its worksheets as the data from the JSON...

    kb.aspose.com/cells/python/how-to-convert-json-...
  7. 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...
  8. Public API Changes in Aspose.Cells 16.12.0|Docu...

    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....CreateIWorkbook (); //Access first worksheet intrusive_ptr < IWorksheet...samplePath ); //Access first worksheet intrusive_ptr ws = wb -> GetIWorksheets...

    docs.aspose.com/cells/go-cpp/public-api-changes...
  9. 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...
  10. Convert Excel to 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....demonstrates converting an Excel worksheet to an SVG image. Convert Excel...

    docs.aspose.com/cells/python-java/convert-excel...