Sort Score
Result 10 results
Languages All
Labels All
Results 5,411 - 5,420 of 103,887 for

workbook

(0.57 sec)
  1. If text is long vertically it is not moving to ...

    if i fix the column width and if text is long vertically it is not moving to next page. autofitrow() not working as expected...Create a workbook and access the first worksheet Workbook workbook...workbook = new Workbook(); Worksheet worksheet = workbook.getWorksheets()...

    forum.aspose.com/t/if-text-is-long-vertically-i...
  2. Create or Update PowerPoint Presentation Charts...

    Create and customize charts in PowerPoint presentations using Aspose.Slides for Android. Add, format, and edit charts with practical Java code examples....worksheetIndex = 0 ; IChartDataWorkbook workbook = chart . getChartData ()...(). getCategories (). add ( workbook . getCell ( worksheetIndex...

    docs.aspose.com/slides/androidjava/create-chart/
  3. How to Use Color Palette|Documentation

    C# code to add custom colors to the palette and use Excel color palette with Aspose.Cells for .NET API...Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class provides a ChangePalette...

    docs.aspose.com/cells/net/excel-color-palette/
  4. Conversion to PDF taking over 1 minute with Lar...

    Hi, I am facing some issues when converting to PDF from excel / word with documents of larger size. They are taking over 1 minute of time for the conversion. This usually happens with larger files (5-20mb) however, som…...MemoryStream(excelBytes)) { var wb = new Workbook(excelStream); using (var pdfStream...pages when converting an Excel workbook to PDF by setting the PrintingPageType...

    forum.aspose.com/t/conversion-to-pdf-taking-ove...
  5. Track Document Conversion Progress|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....Document Assistant Close Save Workbook to Strict Open XML Spreadsheet...Spreadsheet Format Adjust workbook compression level Analyzing your...

    docs.aspose.com/cells/java/track-document-conve...
  6. Variables in Excel template - Free Support Foru...

    Aspose.Word for Java allows you to define variables within your Word templates, enabling concise expressions. For example, the provided snippet showcases how to iterate through employee data using variables: <<var [empl…...7 KB) Workbook wb = new Workbook(filePath + "smartmarker...LineByLine = (false); designer.Workbook = (wb); designer.SetJsonD...

    forum.aspose.com/t/variables-in-excel-template/...
  7. Header and Footers|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 PageSetup pageSetup = workbook . getWorksheets (). get (...Close Re-Order Sheets Within Workbook Zoom Factor using Apache POI...

    docs.aspose.com/cells/java/header-and-footers/
  8. 在加载工作簿时使用Node.js通过C++过滤VBA项目|Documentation

    学习如何在加载Excel工作簿时使用Aspose.Cells for Node.js via C++过滤VBA项目。...( loadFilter ); // Create workbook object from sample excel file...const book = new AsposeCells . Workbook ( path . join ( sourceDir...

    docs.aspose.com/cells/zh/nodejs-cpp/filter-vba-...
  9. 在 C++ 中如何用 PivotOptions 管理数据透视图|Documentation

    使用 C++ 管理带有 PivotOptions 的数据透视图的方法。...Create a Workbook object from the sample file Workbook book ( path...

    docs.aspose.com/cells/zh/cpp/how-to-manage-pivo...
  10. Get and Set Style for cells with C++|Documentation

    Discover how to perform data formatting and styling in Aspose.Cells for C++, including text formatting, number formatting, date formatting, and other styling options. Our guide will help you create professional-looking spreadsheets with attractive formatting....objects won’t be freed until the Workbook.Save method is called. C++...existing ones are kept for each Workbook object. This means that there...

    docs.aspose.com/cells/cpp/styling-and-data-form...