openPR Logo
Press release

Set Margins of a Shape & Parsing Pivot Cached Records while Loading Excel File in Android Apps

04-23-2018 01:11 PM CET | IT, New Media & Software

Press release from: Aspose

What’s new in this release?

Aspose development team is pleased to announce the new release of Aspose.Cells for Android via Java 18.3.0. This release includes many new features, enhancements and other bug fixes that further improve the overall stability and usability of the API. Sometimes, one pivot table uses other pivot table as a data source, so it is called a child pivot table or nested pivot table. Developers can find the children pivot tables of a parent pivot table using the PivotTable.getChildren() method. The following sample code finds the children pivot tables of the pivot table using the PivotTable.getChildren() method and then refreshes them one by one. When users create a Pivot Table, Microsoft Excel takes a copy of the source data and stores it in the Pivot Cache. The Pivot Cache is held inside the memory of Microsoft Excel. When Developers load your Excel file inside the Workbook object, you can decide whether users also want to load the records of Pivot Cache or not, using the LoadOptions.ParsingPivotCachedRecords property. The default value of this property is false. If Pivot Cache is quite big, it can increase the performance. When Microsoft Excel file is exported to HTML using Microsoft Excel or Aspose.Cells APIs, it also exports various types of Document, Workbook and Worksheet properties. Microsoft Excel file may contain many unnecessary unused styles. When users export the Excel file to HTML file format, these unused styles are also exported. This could increase the size of HTML. Users can exclude the unused styles during the conversion of Excel file to HTML using the HtmlSaveOptions.ExcludeUnusedStyles property. Early versions of Aspose.Cells were not able to handle automatic units of chart axis properly when chart is rendered to image or pdf. Now, Aspose.Cells supports the handling of automatic units of chart axis. There is no code change. Just convert your chart into image or pdf and it will render chart axis just like Microsoft Excel renders it. Earlier, Aspose.Cells would create PdfBookmarkEntry for normal sheet. But now Aspose.Cells can also create PdfBookmarkEntry for chart sheet. Since, chart sheet does not have any other cell except cell A1, so it will create PdfBookmarkEntry for cell A1 only. Aspose.Cells allows users to set the margins of any shape or comment using the Shape.TextBody.TextAlignment property. This property returns the object of ShapeTextAlignment class which has different properties e.g. TopMarginPt, LeftMarginPt, BottomMarginPt, RightMarginPt etc. that can be used to set the top, left, bottom and right margins. Users can specify formula fields when you import data into your worksheet using the ImportTableOptions.setFormulas() method. This method takes the Boolean array where the value true means the field is a formula field. For example, if the third field is a formula field, then third value in the array will be true. Aspose.Cells provides the Workbook.Settings.MaxRowsOfSharedFormula property that can be used to specify the maximum rows of the shared formula. The shared formula will be split to several shared formulas if the total rows of shared formula is greater than it. Sometime, an Excel file contains external resources e.g. linked images etc. Aspose.Cells allows users to control these external resources using Workbook.Settings.StreamProvider which takes the implementation of IStreamProvider interface. Whenever users will try to render your worksheet containing external resources e.g. linked images, the methods of IStreamProvider interface will be invoked which will enable users to take appropriate actions for their external resources. Aspose.Cells allows users to filter or remove defined names present inside the workbook. Microsoft Excel allows users to group pivot fields in the Pivot Table. When there is large amount of data related to a pivot field, it is better to group them into sections. Aspose.Cells provides this feature via the PivotTable.setManualGroupField() method. This was a long-awaited feature requested by many users. Microsoft Excel also supports dashed border types which are not supported by most web browsers. When users convert such an Excel file into HTML using Aspose.Cells, the borders are removed. However, Aspose.Cells allows users to accomplish the task and supports to display such borders with HtmlSaveOptions.ExportSimilarBorderStyle property. Dialog sheet is an older format that contains a dialog box. You can find if a sheet is dialog or some other type with Worksheet.Type property. If it returns enumeration value SheetType.DIALOG, then it means, you are dealing with Dialog sheet. Microsoft Excel allows users to change the display label of the Ole Object. Users can also access or modify the display label of the Ole object via Aspose.Cells APIs using the OleObject.Label property. When users put some value inside a cell that has leading apostrophe or single quote mark, then Microsoft Excel hides it, but when users select the cell, it displays the leading apostrophe or single quote in a formula bar. Aspose.Cells provides StyleFlag.QuotePrefix property that will handle either preserving the quote or not preserving the quote for their needs. Users can read axis labels of a chart after calculating its values using the Chart.calculate() method. Please use the Axis.AxisLabels property for this purpose that will return the list of axis labels. This release includes plenty of improved features and bug fixes as listed below

• Provide an option to decide whether exporting workbook properties
• Provide an option to decide whether exporting document properties
• Create a PdfBookmarkEntry for a chart sheet
• Add LoadDataFilterOptions.NAMES constant to filter defined names when loading workbook
• PdfSaveOptions.DrawObjectEventHandler is needed just like ImageOrPrintOptions.DrawObjectEventHandler
• Extract label name that can be set for Package Objects embedded in Excel file
• Observe very slow filtering in Microsoft Excel 2013 and 2016 when filter is applied
• Fix needed for all ActiveX controls
• Exclude unused styles when exporting Excel file to HTML (parent issue id: CELLSJAVA-42471)
• How to identify worksheet shapes via DrawObjectEventHandler
• Unable to access horizontal category axis labels items
• Parts of images are truncated or missing and they do not match with original source images
• Image protrudes from the shape in the output PDF
• Element shape is incorrect in the output HTML
• Excel to Html - Wrapping text is ignored
• XLSB file gets corrupt after opening and saving
• HTML output discrepancy - Issue with spaces
• Irrelevant data included when saving to HTML
• XLSB corrupted after re-saving
• 15 digits numbers do not match what is in MS Excel
• Margins and layout differences when comparing the output PDF (by Aspose.Cells) with the MS Excel generated PDF
• Feature does not work in Java - ResultSet
• Sheet1 shapes are lost and Stars in Sheet2 are rounded
• Invalid encoding - Exception occurs on loading the Excel file
• Macro and Dialog sheets are detected as regular worksheets
• MS Excel does not allow to save XLS file again
• Aspose.Cells is not filtering data correctly instead it hides all the rows
• Output HTML does not match with Excel
• Excel files corrupted after open/save by Aspose.Cells APIs
• Extra columns are coming at the end of each row in the output HTML for a range
• Excel file is corrupted and have some cells changed after saving
• Calculation errors are present in the hidden sheet namely KD020
• ImportTableOptions.setInsertRows() is not working while importing the ResultSet to worksheet
• Comments attached to the cells (in the template file) are not shown when importing the Excel file into GridWeb
• Inconsistent cell coordinates reported by ImageOrPrintOptions.DrawObjectEventHandler
• Borders of rows are misaligned in the output PDF
• X-Axis scale is incorrect in PNG output of Excel chart
• Rendering of the chart is not correct in the output PDF
• Chart is replaced with Red X when converting XLSX to ODS
• Images lost when converting ODS to XLSX
• Properties are not extracted from XLS and XLSX files
• Saving XLS to XLSB removes allowEditRanges
• Exception "NullPointerException" occurred when extracting SmartArt shape text
• Article Code - Control External Resources using WorkbookSetting.StreamProvider - does not work for Java
• Article Code - Specify Formula Fields while Importing Data to Worksheet - does not work for Java
• Chinese characters in embedded file name (title) is not well-displayed in notepad

Other most recent bug fixes are also included in this release.

Overview: Aspose.Cells for Android

Aspose.Cells for Android is a MS Excel spreadsheet component that allows programmer to develop android applications for reading, writing & manipulate Excel spreadsheets (XLS, XLSX, XLSM, SpreadsheetML, CSV, tab delimited) and HTML file formats without needing to rely on Microsoft Excel. It supports robust formula calculation engine, pivot tables, VBA, workbook encryption, named ranges, custom charts, spreadsheet formatting, drawing objects like images, OLE objects & importing or creating charts.

More about Aspose.Cells for Android

- Homepage of Aspose.Cells for Android: http://www.aspose.com/products/cells/android

- Download Aspose.Cells for Android: http://downloads.aspose.com/cells/android

- Online documentation of Aspose.Cells for Android: www.aspose.com/docs/display/cellsandroid/Home

Aspose Pty Ltd was founded in March 2002 in Sydney, Australia. The corporate portal was firstly launched in October 2002. Aspose strives to provide the richest component choices for global .NET programmers. Thousands of organizations from tens of countries have acquired Aspose products, including Microsoft, IBM, PricewaterhouseCoopers, Ernst & Young, DuPont, Hilton Hotels, Reader's Digest, Bank of America, Boeing, Siemens, etc.

Aspose Pty Ltd,
Suite 163, 79 Longueville Road
Lane Cove, NSW, 2066
Australia
Phone: 888.277.6734
Fax: 866.810.9465

This release was published on openPR.

Permanent link to this press release:

Copy
Please set a link in the press area of your homepage to this press release on openPR. openPR disclaims liability for any content contained in this release.

You can edit or delete your press release Set Margins of a Shape & Parsing Pivot Cached Records while Loading Excel File in Android Apps here

News-ID: 1025890 • Views:

More Releases from Aspose

Read/Write Projects Created using MS Office 365 Project Online Service using .NE …
What's New in this Release? Aspose team is pleased to announce the new release of Aspose.Tasks for .NET 19.2. This release includes support for Microsoft Project Online, MPP files saved with Microsoft Office 365 cloud are supported now. Also fixes few issues reported with the API that further enhance the stability of the API. Aspose.Tasks for .NET API now supports Microsoft Office 365 Project Online Services. Now the users shall
aspose.cloud Newsletter February 2019: Work with Cloud File Format REST APIs & S …
Aspose.Cloud Newsletter for February 2019 has now been published that highlights all the newly supported features offered in the recent releases. It also includes information about Cloud REST API and SDKs for working with Microsoft Visio Diagrams, Reordering multiple PowerPoint slides in one Cloud REST API call, Convert HTML to Markdown and MHTML formats in cloud applications and much more. Cloud REST API and SDKs for working with Microsoft Visio Diagrams Manipulate
Aspose.Newsletter February 2019: Enhance Productivity using JDK 11 Compatible PD …
Aspose Newsletter for February 2019 has now been published that highlights all the newly supported features offered in the recent releases. It includes information about Enhancing productivity & performance using JDK 11 compatible PDF API, Loading Excel workbook efficiently without loading VBA project, Use latest version of Aspose.PDF for C++ with new codebase changes, Create PST folder hierarchy with string notation, Detect archive-based file format and work with AMF files
Load any HTML with Self-Closing Tags & Convert It to Excel File inside Android A …
What’s new in this release? Aspose development team is pleased to announce the new release of Aspose.Cells for Android via Java 18.12. Depiction of data through HTML page is very common, however this page can be opened in variety of devices including mobiles, tabs and other hand held devices which contain small screens. The size of the columns is defined in “pt” which works in many cases. However there can be

All 4 Releases


More Releases for Excel

New Excel Software Utility Convert Excel Files to PDF in Bulk
PDFExcelConverter, Inc. today released their new freeware tool Batch Excel to PDF Converter, which is a powerful Excel software utility enables users to convert Excel XLS/XLSX Files to PDF format in bulk without installing MS Office or Excel. Although the latest MS Excel version provides the feature saves a workbook as a PDF file, it is still a headache when users have to convert dozens of Excel files to PDF documents.
New Excel Merging Utility Combines Excel Files and Workbooks in Bulk
PDFExcelConverter, Inc. today released their new freeware tool Excel Merger, which is a handy Excel software utility enables users to merge Excel XLS/XLSX and ODS/CSV/XML Files, Workbooks and Spreadsheets to one single workbook file without MS Office or MS Excel. Unlike other Excel merging applications only merging Excel files into one single file, this genuine tool could also combine all workbooks in a file to one worksheet, or merge all workbooks
Support for Excel 2019 and Freshdesk API v2 in Devart Excel Add-ins 2.0
Devart team, a recognized vendor of professional database management software for developers and DBAs, has announced the release of Devart Excel Add-ins 2.0 — add-ins for Microsoft Excel that allow connecting Excel to cloud and database data, edit this data, and save it back to the data source. Now the new versions of Devart Excel add-ins are even more powerful and useful together with fresh Microsoft Excel 2019 features such as
Create, Manipulate & Convert Excel Spreadsheets without using MS Excel in PHP AP …
What's New in this Release? Aspose team is pleased to announce the first public release of Aspose.Cells for PHP via Java v18.7. The new API incorporates MS Excel data processing and rendering functionalities in PHP (a widely-used open source scripting language). Aspose.Cells for PHP via Java has full functionality of Aspose.Cells for Java with a few limitations, minor API changes and additional requirements. Aspose.Cells for PHP is a subset API that
Render Office Add-Ins While Converting Excel to Pdf & Implement Formula Similar …
What’s new in this release? Aspose team is pleased to announce the new release of Aspose.Cells for Java 17.12.0. This release includes many new features and enhancements along with some critical bug fixes that further improve the overall stability of the APIs. It is also recommend to clients to use the powerful Aspose for Java APIs directly in their Maven Projects with simple configurations. Microsoft Excel formulas may have different names
Microsoft Excel 2007 Themes/Colors Support & Delete Comments in Excel Worksheet …
What’s new in this release?] We are pleased to announce the new release of Aspose.Cells for Cloud 17.5.0. Aspose.Cells for Cloud is a platform independent REST API that allows developers to process their Excel files on Cloud. This new release comes up with a couple of new features. Developers can delete all comments in an Excel worksheet and apply Microsoft Excel 2007 themes and color. It has also made enhancements to