Essential Studio for Xamarin.iOS Release Notes

v15.2.0.47
June 1, 2017

DocIO

Features

  • #177630 - Added support to preserve/insert SVG element in DOCX to DOCX file format conversion.
  • #178264 - Added support to apply multiple Paragraph Style in a single Paragraph while creating a Word document using DocIO.

Breaking Changes

  • The property SvgData was added to the interface IWPicture.
  • The property EnableStyleSeparator was added to the interface IWParagraph.
  • An overload method AppendPicture was added to the interface IWParagraph.

Bug Fixes

  • #175961, #179927, #180418 - Image missing issue has been resolved while performing Mail merge execution.
  • #178271 - Extra page preservation issue has been resolved while loading the particular RTF format document.
  • #176369 - Doughnut chart title value retrieved properly while saving the particular Word document.
  • #177890 - Changing the color of a bar chart series is not applied for negative bar series values.
  • #177890 - No longer hangs while opening a Word document which containing chart.
  • #176984 - Formula field results are preserved properly while bookmark has a special character.
  • #177064 - List number preservation issue has been resolved while saving the particular RTF format document.
  • #177586 - StackOverFlow Exception will no longer thrown while loading the particular RTF format document.
  • #176708 - KeyNotFoundException Exception will no longer thrown while loading the particular DOCX format document.
  • #179085 - Merge field values are preserved properly while performing Mail merge execution for a particular Word document using Execute method.
  • #179006 - Underline and Strikethrough is now preserved properly when append particular HTML file in Word document.
  • #177295 - Text retrieved properly from WTextFormField for a particular Word document.
  • #177679 - NullReferenceException Exception will no longer thrown while performing Mail merge execution using empty data table.
  • #165843, #178727 - List number preservation issue has been resolved while importing particular Word document.
  • #177295 - !Syntax Error Exception will no longer preserved in the generated Word document for SUM(ABOVE) field.
  • #176369 - ArgumentOutOfRangeException will no longer thrown while saving the Word document which containing chart.
  • #168877 - Content Control will be accessible to create/modify into the Word document.
  • #171046 - MathML element is now preserved properly in DOCX to DOCX conversion.
  • #177380 - System.TypeInitialization exception will not be thrown while creating a Word document with chart.

PDF

Bug Fixes

  • The PdfGrid header is now preserving properly when enable the AllowHorizontalOverflow
  • #178247 - Internal stream of PdfLoadedDocument is now closing properly when calling the dispose method
  • #177646 - Unexpected token exception is no longer thrown while loading particular PDF document.
  • #178830 - Argument out of range exception is no longer thrown when accessing PdfDocumentInformation property in the particular PDF document.

Presentation

Features

  • #177630 - Added support to insert and modify SVG image in PowerPoint presentation.
  • #177587 - Added support to insert columns to a table in PowerPoint presentation.
  • #176530 - Added support to retrieve the target slide of a hyperlink in PowerPoint presentation.

Breaking Changes

  • #176530 - The property TargetSlide was added to the interface IHyperLink.
  • #177630 - The property SvgData was added to the interface IPicture.
  • #177630 - An overload method for AddPicture was added to the interface IPictures.
  • #177630 - An overload method for AddPicture was added to the interface IShapes.
  • #177587 - The method InsertColumn was added to the interface ITable.
  • #177587 - The property ColumnsCount was added to the interface ITable.

Bug Fixes

  • #178009 - Null reference exception will not be thrown while clearing and adding the slides in the PowerPoint presentation.
  • #178184 - System.TypeInitialization exception will not be thrown while creating a PowerPoint presentation with charts.

SfDataGrid

Features

  • #177914 - Support to export the GridDateTimeColumn and GridNumericColumn has been provided.

Enhancements

  • #178411 - Support to customize the RowDragAndDrop and ColumnDragAndDrop icons have been provided.

Bug Fixes

  • #178461 - Newly added data automatically scrolled when using incremental loading along with QueryRowHeight has been fixed.
  • #178286 - Header is not correctly arranged based on the new extent when customizing GridColumn.Width has been fixed.
  • #180170 - Row drag and drop not working correctly when dropping at last but one position while the data fits less than the view port area has been fixed.

SfSchedule

Bug Fixes

  • #179241 - Now, BackgroundColor of MonthInlineViewStyle in OnMonthInlineLoaded event will be applied properly.
  • #177603 - Now, Header, ViewHeader and Timeslots will be rendered properly based on the given height.

XlsIO

Features

  • #177630 - Provided support to add SVG images in Excel document.

Breaking changes

  • An overload method AddPicture is added to the interface IPictures.

Bug fixes

  • #177888 - Exception is no longer thrown while opening a file with error value in named range.
  • #176158 - Opening an Excel document with picture will no longer get corrupted in Mac OS.
  • #178929 - Issue with wrong combo boxes count in an Excel document is fixed.
  • #178697 - Conditional formatting rules are now applied proper with priority.
  • #178368 - Custom number format ends with whitespace is preserved properly.
  • #176718 - DisplayText now returns number value for cell reference formulas.
  • #179055 - Exception is no longer thrown while saving XLS document to XLSX format with invalid named ranges.
  • #178577 - Exception is no longer thrown while opening an Excel document with empty relation in image hyperlink.
  • #179601 - Setting a pivot table row layout to tabular style and saving the document will no longer throws exception.
  • #179303 - Exception is no longer thrown while setting header text within the limit.
  • #175065 - Saving a workbook multiple times will no longer increase its file size.
  • #177928 - Removing worksheets will reduce the file size properly.
  • #178745 - Issue with changes in table formatting after resaving the document is fixed.
  • #177927 - Removing multiple worksheets and saving the document will no longer throws exception.
  • #177832 - License issue in XlsIO assembly has been resolved.
  • #177210 - Issue with wild card criteria search in Excel document is fixed.
  • Cell value with cross sheet reference formula will be updated properly.
  • Sorting a range twice with same index will no longer throws exception.
  • Exception is no longer thrown while copying worksheets with chart.
  • Issue with improper print title values is fixed.