Fixes
-
F116580-Font Size is now working for Barcode.
-
#119995-Fixed performance issue in QR Barcode.
There is no change in this product.
There is no change in this product.
There is no change in this product.
There is no change in this product.
Features
-
Provided support to export OLAP Grid to CSV format.
There is no change in this product.
Chart WPF
Fixes
-
#126584-Chart no longer failed while converts XPS to PDF.
-
#129097-Exception no longer thrown, when chart with interactive cursor dragged out from the docking manager.
-
#126022-Null exception no longer thrown in designer while dynamically changing empty point interior value.
-
#126283-TimeLineControl now adjust proper when dynamically change the start and end value.
SfChart
Fixes
-
#128914-Visibility property is now working in chart stripline.
-
#127350-Exception is no longer thrown while creating StackingColumnSeries dynamically from code behind.
-
#126573-Custom template property is working fine for StackingColumnSeries now.
-
#128153-DesiredIntervalCount property is working properly now.
-
#129475-The minimum and maximum labels are displaying correctly, when the range is defined explicitly for the axis.
-
#129944- The issue with Tooltip while dragging in axis with PlotOffset or negative value has been fixed.
-
#128086-Now LogarithmicAxis labels will be generated for all the values.
-
#129109-FastlineBitmapSeries no longer freezes, when we set the large value beyond the specified range.
-
#129064-SfRangeNavigator scaling issues has been fixed, when we change the position of the resizable scroll bar.
-
#129689-When zooming in and out the FastLineBitmapSeries, the lines shifting at the right end in logarithmic axis has been fixed.
-
#128086-FastLineSeries now working properly in LogarithmicAxis, when data value is zero.
-
#129915-We can save the chart in code behind without adding root element.
-
#128737- RangeNavigator content is now refreshing, when ResizableScrollbar is reset.
Features
-
Implemented the SegmentSpacing feature for column, bar, rangecolumn, fastcolumn, fastbar, hilo, hilopenclose, fasthiloopenclose, candle, fastcandle, stackingcolumn, stackingbar, faststackingcolumn
-
Implemented support to customize the EndAngle for the Pie and Doughnut series
-
Implemented SelectedIndex and SelectionMode support for the selection feature.
SfChart3D
Fixes
-
#129124-PieSeries3D is now rendering properly, when an empty point is set.
Features
-
Implemented the SegmentSpacing feature for bar3d , column3d and stackingcolumn3d
-
Implemented support to customize the EndAngle for the Pie and Doughnut series
-
Implemented SelectedIndex and SelectionMode support for the selection feature.
Features
-
Label Editing option(Resize,Drag and Rotate) support is provided.
Fixes
-
#126523-Connector with negliable FirstSegemnt does affect the Shape the Connector.
-
#129894-Fixed issue with StrokeEndLineCap property of LineConnector.
-
#128844-Fixed issue with ConnectionPort snapping.
-
#128407-Fixed issue with LineCornerRadius for straight line with intermediate points.
-
#128304-Fixed issue with CloneContent for node without port
-
#127780-Fixed PropotionalResize issue for the node.
-
#127780-Fixed ConnectionPort visibility issue in clipboard operation
-
#127483-Fixed ConnectionPort visisbility issue from SymbolPalette.
-
#129894-Fixed issue in Connector with intermediate points.
-
#126523-Fixed issue in LineConnector when first segment length is very negligible.
-
#128844,#126523-Fixed issue in Guidelines for SnappingToPort.
-
#128844-Snapping guidelines is now wokring fine when snapping mode is "GuideLinesOnMovingPortAndNode".
-
#129298-Fixed issue in StrokeEndLineCap property.
-
#126523-Fixed issue in LineConnector when first segment length is very negligible.
-
#127343,#128844-Fixed issue in snapping guidelines while rotating the nodes.
-
#128407-Fixed issue in LineCornerRadius property for straight line with intermediate points.
-
#128304-Fixed issue when CloneContent instantiates node without ports.
-
#127780-Fixed issue in aspect ratio while using PropotionalResize property of the node.
-
#127780-Fixed issue with connection port while copy and paste.
-
#126523-Lineconnector with intermediate points no longer have crossline while dragging the intermediate points.
-
#127483,#127484-Fixed issue with Connection Port and Group.
-
#127343-Exception is no longer thrown when NodeSnapMode=Port is turned on.
-
#12294-Diagram no longer scrolls back to its original position when new node is dragged and dropped.
Changes
-
LabelPosition property of LineConnector is marked as obsolete.Instead of this LabelDisplacement property is added.
Features
-
#105338,118253,122994 - Improved performance/memory usage in Word to PDF conversion.
-
#127638 - Added support to perform nested mail merge for outer group field when it is preserved within nested inner group.
-
Improved Docx import/export stability.
-
#114697,126021 - Improved Text wrapping and floating element positioning in Word to PDF conversion.
SfGauge WPF
Features
-
Provided support for Needle pointer type as triangle and line.
-
Provided support for Customizing radius of scale.
Changes
-
We have added Custom option in modifying the position of the elements such as Ticks, Labels, Range and RangePointers using the values provided.
Gauge WPF
Features
-
Logarithmic support for CircularScale has been provided..
Fixes
-
#118463-Interval default value has been modified to 0.1 for logarithmic axis.
-
#118463-Implement a support to show Last label of gauge, when the value is not in the interval range of Logarithmic axis.
-
#118463-Fixed issue in interval split and setting Minimum value of Gauge for Gauge Minimum value 0.1.
-
#129841-Setting the background property of CircularPointer value as "Transparent" is no working.
SfDataGrid
Features
-
#123932-Enhanced Serialization feature with support to serialize and deserialize filters and options to customize serialization.
-
Enhanced ColumnSizer to provide complete overriding support in application level.
-
Provided support to load templates for all columns.
-
Provided support to create and use custom column and renderers in SfDataGrid.
-
Provided QTP automation testing support in SfDataGrid.
-
F116962-Provided CodedUI automation testing support in SfDataGrid.
-
#122907, #119209, #123459, #125642, #125787, #126448 -Provided Office, Blend, Metro and Windows7 visual styles support to SfDataGrid.
Changes
-
In GridColumnSizer class, MeasureText method parameter names are changed to rectangle, displayText, column and record instead of rectangle, displayText, queryBound, cell and column.
-
In GridColumnSizer class, MeasureTemplate method parameter names are changed to record and column instead of rectangle, data, queryBound, cell and column.
-
In GridColumnSizer class, GetDisplayText method parameter names are changed to column and record instead of column and data.
-
The Obsolete property GridCopyPasteOption and GridCopyPasteOption enum is removed from SfDataGrid.
-
CanUpdateBinding method is added to allow the updation of binding on particular renderer when set the DataContext in IGridCellRenderer interface
-
CanValidate method is added to decide whether cell validation can be applied to custom created column in IGridCellRenderer interface
-
CurrentRowColumnIndex property has been introduced instead of CurrentCellIndex in GridCurrentCellManager class.
-
RemoveCurrentCell method has been introduced instead of RemoveCurrentCellSelection in GridCurrentCellManager class.
-
RefreshSelectedRows method has been introduced instead of ResetSelectedRows in GridSelectionController class.
-
In GridSelectionController class, AddSelection method parameters are changed to addedItems and reason instead of rowIndex, addedItems and reason.
-
PreviousSelectedCells Property has been introduced instead of AlreadySelectedCells in GridCellSelectionController class.
-
In GridCellSelectionController class, UpdateSelection method is changed to ResetSelection, and the parameters are changed to rowColumnIndex(RowColumIndex), removedItems (List<object>) and setFocusGrid(bool) instead of rowColumnIndex and needToRemove.
-
ProcessOnSortChanged method has been introduced instead of ProcessSortChanged in GridCellSelectionController and GridSelectionController class.
-
ProcessOnFilterPopupOpened method has been introduced instead of ProcessFilterPopupOpened in GridCellSelectionController and GridSelectionController class.
-
ProcessOnPageChanged method has been introduced instead of ProcessPageChanged in GridCellSelectionController and GridSelectionController class.
-
ProcessOnGroupChanged method has been introduced instead of ProcessGroupChanged in GridCellSelectionController and GridSelectionController class.
-
ProcessOnAddNewRow method has been introduced instead of ProcessAddNewRow in GridCellSelectionController and GridSelectionController class.
-
ProcessOnFilterApplied method has been introduced instead of ProcessFilterApplied in GridCellSelectionController and GridSelectionController class and the parameter GridFilteirngEventArgs is added to the ProcessOnFilterApplied method.
-
In GridSelectionChangedEventArgs and GridSelectionChangingEventArgs event, AddedItems and RemovedItems type has been changed to GridRowInfo instead of business objects which is modified only in Row Selection.
-
In GridSelectionChangedEventArgs and GridSelectionChangingEventArgs event, AddedIndexes and RemovedIndexes has been removed.
-
GridOperationsHandlerArgs event argument has been introduced instead of GridOperationsHandle.
-
SelectionPropertyChangedHandlerArgs event argument has been introduced instead of SelectionPropertyChangeHandle.
-
AddNewRowOperationHandlerArgs event argument has been introduced instead of AddNewRowOperationHandle.
-
SortColumnsChangedEventArgs event argument has been introduced instead of SortColumnChangedHandle.
Fixes
-
#130487 Grid no longer displays null date time value as 1/1/0001 while using Dynamic DataTable ItemSource.
-
#130163 Argument Out of range Exception is no longer thrown when filter is applied to a column and filtered column values are edited externally.
-
#129729 Programatically selecting a row in grid no longer grabsfocus from TextBox control.
-
#128240 Able to get detailsview grid in currentcell value changed event.
-
#129179 Filtering UI element is now loaded while filtering the 2nd column .
-
#129077 In GridComboBoxColumn, a cell can now be edited twice even if EndEdit() is set as "True" in CurrentDropDownSelectionChanged event.
-
#128421 CurrentCellDropDownSelectionChanged event is now fired when reselecting already selected item .
-
#128827 CheckBox is no longer checked and unchecked while RightMouseClick.
-
#128674 ArgumentOutofRangeException is no longer thrown when dynamic itemssource is used.
-
#127837 AutoComplete feature now works when dropdown open in MultiColumnDropDownList.
-
#128552,129729 Programatically selecting a row in grid no longer grabs focus from TextBox control.
-
#128570 Fixed performance issue while scrolling the Grid when GroupColumnDescription and AutoExpanded groups are set as true.
-
#128190 Error indication is now shown on RowHeaderCell when using INotifyDataErrorInfo other than 4.5 framework.
-
#127837 Exception is no longer thrown when adding item in AddNewRow.
-
#123670 Table summary row is now displaying properly.
-
#127575 Sorting no longer throws an exception when HeaderRowHeight is set to 0.
-
#127340 Selection is now working in GridTemplateColumn.
-
#127227 Custom renderer is now working properly.
-
#127150 Fixed issue with SelectedRow removal.
-
#126886 Fixed issue while setting ColumnSizer as "Auto".
-
#126820 SortComparers is no longer applied for all the grid in the applictaion.
-
#126790 AllowEditing set to "False" is now working properly.
-
#126864 RowHeight is now applied in style.
-
#126401 Can select item from Multicolumn drop down list even if another column has validation error.
-
#126360 SfDataGrid Horizontal ScrollBar position is no longer changed when clicking the cell.
-
#126122 GridHeaderCellControl no longer throws null exception while sorting.
-
#125978,#127224 Resolved GridTemplateColumn width problem while resizing.
GridControl
Features
-
#126772-Provided support to apply conditional formatting when condition rule has formula or cell references.
Fixes
-
#130273-Combobox can now be opened when the row is highlighted.
-
#129110-Fixed DateTime issue in GridControl.
-
#129280-Fixed Checkbox horizontal alignment issue in GridControl.
-
#128731-Fixed Grid memory leak issue.
-
#128426-Fixed check box editing issue in Grid Control.
-
#123057-ButtonCell no longer overwrites the border's of the cell.
GridDataControl
Fixes
-
#129943-Grid now occupies full window space when setting the Column width as "Star".
-
#129819-Exception is no longer thrown while pasting Alpha characters in InterEdit cell type.
-
#129750-Advance filter is now working properly.
-
#127675-InvalidOperationException is no longer thrown while sorting an ComboBox column and selecting a value.
-
#129403-Table SummaryRow is now shown when AutoPopulateRelations are set as "True".
-
#129299-Sorting is now working while using TableSummary row.
-
#F117151,#129208-Escape key is no longer handled in GridDataControl while GridCell is not in Edit mode.
-
#128867-Selected Value of a combobox is now loaded in UI when using complex properties.
-
#126780-Sort string is no longer clipped when sorting more than 9 columns.
-
#128405-ArgumentOutOfRange exception is no longer thrown when navigating the Grid through Frozen Column.
-
#127544-NullReferenceException is no longer thrown while filtering a column with CellType as Checkbox by selecting the value "True" in the ComboBox filter cell.
-
#128055,#129281,#129806,#129802-GridDataControl no longre holds the window after disposing.
-
#127533-Value is now committed when Date value is set to "None" in DateTimeEdit Column.
-
#127508-Custom sort now works for all group.
-
#127544-FilterChanged Event now fires if the Combobox returns the value "(All)".
-
#127165-Fixed navigation issue with GridDataControl.
-
#125742-Argument out of range exception is no longer thrown when editing and ungrouping.
-
#126877-Fixed issue with EnterKey when an Item is selected from reduced DropDownList.
-
#119950-Export To Excel is now exporting properly while Using Hidden Columns, Stacked Header and Summary rows.
-
#127070-Stack over flow exception is no longer thrown in GridDataControl FilterBar.
-
#126067,#130255-Selected item is now displayed correctly when the grid is selected sequentially in CellClick event.
-
#126560-Argument out of range exception is no longer thrown while exporting to excel.
-
#126547-Grid now maintains frozen columns when grouping or UnGrouping.
-
#126467-Fixed performance issue in ComboBox.
-
#126259-Chinese characters are now exported correctly while exporting GridDataControl to .csv file format.
-
#126075-Today and Yesterday filters are now working while adding date with time values.
-
#125584,125510-Fixed issue with ExcelLikeFiltering while using dynamic binding.
GridTreeControl
Fixes
-
#128655-Application no longer crashes when TimeSpanEdit Column is set with Allow null value in GridTreeControl.
-
#126039-First selected value is now hitting the setter for CellType="DataBoundTemplate" column.
There is no change in this product.
Fixes
-
#127154-Horizontal scroll viewer is now working properly.
SfSchedule WPF
Features
-
Provided support for customizing the TimeLine view row count.
-
Provided support for handling scroll position to specific time in Day and TimeLine view.
Fixes
-
#128996-Fixed issue in DisplayName in AppointmentEditorOpeningEventArgs.SelectedResource.
-
#128422-Debugger no longer runs in background after closing SfSchedule.
Schedule WPF
There is no change in this product.
SfMaps WPF
Changes
-
The API Range has been made obsolete, use new API's From and To instead for defining range
Features
-
#89084-Provided Name Manager support in Spreadsheet
-
#104755, #117748, #126024-Provided support to rename sheet in Spreadsheet
-
#126772-Provided support to apply conditional formatting when condition rule has formula or cell references
Fixes
-
#129789-Fixed merging issue in spreadsheet control.
-
#129437-Fixed redo issue in spreadsheet control.
-
#129584-Fixed no Border issue in Spreadsheet.
-
#128715-Application no longer crashes on Date Format change in Spreadsheet for German region settings.
-
#128945-Paste Button in Spreadsheet Ribbon is now activated.
-
#128715-Wrong Date format is no longer exported in German region settings.
-
#128715-Fixed time format issue in Spreadsheet.
-
#128120-Cell Value of RichText edited in Formula bar no longer throws "System.Windows.Documents.FlowDocument".
-
#128120-Editing a RichTextBox cell in Spreadsheet no longer leads to loss of word wrap.
-
#128120-RichTextBox in SpreadsheetControl no longer has extra line space when imported from excel.
-
#126633-Text is now exported to PDF correctly when it is wrapped.
-
#127116-Fixed font size issue in Spreadsheet control.
-
#126633,#127310-Background color no longer changes while applying conditional formatting to a bordered cell.
-
#126730-Scrolling down the imported Excel file no longer throws an exception.
-
#126878-Fixed border rendering issue in Spreadsheet Control.
-
#126772-Text alignment of header text is now properly imported while importing the excel sheet.
-
#126772-Importing the excel sheet no longer throws "Could not read file from disk.Original error: Arguement was out of range" Exception.
-
#126730-Fixed row height issue while importing from excel.
-
#126730-Fixed hyperlink issue in SpreadsheetControl.
-
#126510-Fixed Cellvalue deleting issue when spreadsheet is protected.
-
#126417-Fixed issue with border width.
There is no change in this product.
Fixes
-
#129811-Null reference exception is no longer thrown when merging the document.
-
#129845-Argument exception is no longer thrown when extracting font from PDF.
-
#129542-Argument exception is no longer thrown when merging the PDF files.
-
#129223-Same image is no longer extracted multiple times.
-
#129274-Fixed issue when extracting image from the pdf document.
-
#129344-Fixed font preservation issue while converting word document to PDF.
-
#128924-Exception is no longer thrown when merging the Pdf document.
-
#128539-PDF font extraction now works properly.
-
#128468-Index out of range exception is no longer thrown when loading the document.
-
#128186-Fixed Bitmap image preservation issue.
-
#127834-Null reference exception is no longer thrown while drawing PdfGrid with emptypage.
-
#127635-Fixed symbol preservation issue while converting Doc to PDF.
-
#127431-Object null reference exception is no longer thrown while saving a PDF.
-
#126709-Html Height is now proper after conversion.
-
#127299-Fixed performance issue while merging the PDF document.
-
#127333-Scroll bar is now visible in output PDF while converting Html to PDF.
-
#127168-Overlap style is now applied properly.
-
#127053-Exception is no longer thrown when loading the documents.
-
#127108-XPS to PDF: Chart is now preserved with fi-FL culture.
-
#126771-Unexpected token exception is no longer thrown when loading the PDF document.
-
#126809-Text alignment issue is no longer thrown when converting the EMF to PDF.
-
#126281-Text in button and dropdown no longer shows incorrect orientation after an AcroForm was flatten.
-
#125984-PdfLoadedDocument now updates correct Pdf page size.
-
#125936-Adobe no longer throws "An error exists on this page" exception.
-
#125721-Fixed paragraph border preservation and content y position changed issue in doc to pdf conversion.
-
#125454-Pdf Conformance no longer fails when enabling unicode on font.
-
#123439-Object reference exception is no longer thrown with a PDF document.
-
#124347-Unexpected token exception is no longer thrown with PDF document.
-
#122893-Emf to PDF: Text is no longer clipped while converting from HTML.
-
#119894-Pdf coordinates no longer changes for particular document.
Features
-
Support for HTML to PDF conversion using webkit rendering engine has been added.
-
Support for converting form authenticated sharepoint pages to PDF has been added.
There is no change in this product.
Features
-
Rendering improvements has been added.
-
Performance has been improved in rendering PDF documents.
Fixes
-
#129627-"Layout measurement override" exception is no longer thrown in PdfViewer WPF.
-
#129219-PDF pages are no longer blur while printing.
-
#129051-Application is no longer crashed when saving the file in the name of already opened file.
-
#128586-Checked symbol is now displayed.
-
#128586-Check box field is now displayed correctly in PDFViewer.
-
#127701-Themes can be applied to PdfViewer control.
-
#126672-Document prints out with the black and white are reversed.
Fixes
-
#127318-Provided an option to change the series type in Chart Report Item.
-
#126478-Up/down arrow movements no longer clears the text run contents.
-
#124737,#125662-Empty spaces are now preserved while serializing TextBox Values.
Fixes
-
#127561-Code module methods now return values.
-
#127281-Fixed DateTime conversion issue in PDF exporting.
Features
-
Added Interactive Sorting support
Fixes
-
#130083-Chart no longer overlaps on Tablix in Excel export.
-
#130083-Header Footer heights are now set properly in word export.
-
#127561-Loading ReportStream in Local Processing mode is now working properly.
-
#126703-Japanese characters are now shown in pdf export.
Features
-
127628 - Performance of Excel to HTML conversion has been improved
-
124730,125908- Performance of Excel to Pdf conversion has been improved
-
Performance of assigning and retrieving of value from DisplayText property has been improved
Fixes
-
#129190-ArgumentException is no longer thrown while copying worksheet using AddCopy method.
-
#127628-Texts are now wrapped while converting ExcelToHTML.
-
#128044-Fixed RowHeight issue while exporting GridToExcel.
-
#126633-Cell alignment is now proper in Pdf conversion
-
#126936-Text is no longer cropped while converting into Pdf.
-
#126936-HasDateTime no longer returns TRUE, if a cell has text value.
-
#126936-ExcelToPdf converter now works properly.
-
#126936-ArgumentNullException is no longer thrown while opening a .xls file.
-
#126633-Text is no longer overlapped while converting ExcelToPdf.
-
#130019-Creating a worksheet with name (Ascii 34) no longer throws an exception.
-
#127309-Display Text no longer returns wrong date format in XlsIO.
-
#129840-Fixed alignment issue in header/footer.
-
#129748-HasFormulaStringValue no longer throws an exception when cell contains a value which starts with #.
-
#129305-Chart image is now rendered properly while converting Excel to Pdf.
-
#129038-Fixed performance issue in import data table method.
-
#129319-There is no visual discrepancy in the output file when using AddCopy of worksheets.
-
#129125-Duplicate reference is no longer created for ChartSheet in Macro-enable file(xlsm).
-
#129244-XlsIO no longer freezes panes based on active cell.
-
#128732-AutoFitRows now update row height value.
-
#129053-Dateformat is now applied on date based subtotals.
-
#128846-Header/footer containing file path is now exported to PDF.
-
#129136-NullReferenceException is no longer thrown while cloning charts.
-
#129070-ArgumentOutOfRangeException is no longer thrown while accessing chart series.
-
#128975-NullReferenceException is no longer thrown while saving workbook after worksheet deletion.
-
#128846-Center header's images are now working properly(i.e. scaling and alignment).
-
#128846-Center footer's images are now working properly(i.e. scaling and alignment).
-
#128846-Right footer's images are now working properly(i.e. scaling and alignment).
-
#128846-Right header's images are now working properly(i.e. scaling and alignment).
-
#128846-Left header's images are now working properly(i.e. scaling and alignment).
-
#128846-Left footer's images are now working properly(i.e. scaling and alignment).
-
#127955-Line chart support in the excel to Pdf Conversion.
-
#128851-Header for a page is no longer drawn twice with different page numbers.
-
#128851-Header position is no longer changed while exporting excel to pdf.
-
#128851-Null Exception thrown is no longer thrown when header text is underlined.
-
#128816-Index out of range exception is no longer thrown when creating a file.
-
#128719-Hidden columns are no longer exported to DataTable.
-
#128675-FormatException is no longer thrown while opening Excel file.
-
#128677-ArgumentOutOfRangeException is no longer thrown while opening excel file.
-
#128584-File is no longer corrupted when opening the resaved file.
-
#128580-ArgumentOutOfRangeException is no longer thrown while opening excel file with long style name.
-
#128585-Conditional formatting is no longer lost during Excel to PDF conversion.
-
#128448-BorderNone now removes the border with adjacent cell.
-
#128448-Line style is now correct for the merged cell.
-
#128441-PDF conversion with vertical page breaks no longer skips last page.
-
#128338-IndexOutOfRange exception is no longer thrown while exporting Excel to PDF.
-
#127792-Fixed background color issue in XlsIO.
-
#128137-Right and left margin of pdf is now proper.
-
#128328-Parsing exception is no loner thrown while parsing sheet with named range.
-
#128233,#128242-Fixed RowHeight issue while exporting ExcelToPdf.
-
#124730-Cell borders are now proper while converting Excel to PDF.
-
#127826-Nullable object in ImportData no longer throws null reference.
-
#127825,#130448-Fixed issue with ImportData while importing data from sheet.
-
#127813-Exception is no longer thrown while opening Excel file which contains group of shapes.
-
#127792-CheckBox no longer blocks formatting.
-
#127583-Null exception is no longer thrown for missing image sources.
-
#126429-XlsIO no longer parses worksheet with ParseWorksheetsOnDemand option if pivot table is present.
-
#127309-ExcelToPdfConverter now handles formulae correctly.
-
#127164-Formatting page setup of a spreadsheet no longer corrupts a document.
-
#126982-DisplayText no longer returns invalid decimal seperator.
-
#127102-Custom DateTime format is now recognized.
-
#127057-Conditional format is now copied correctly in XlsIO.
-
#125983-Copy method is now working properly.
-
#126916-AutoFit method is now working properly in XlsIO.
-
#126657-Cell color no longer changes in XlsIO while accessing the color object.
-
#126772-"Out of memory" exception Is no longer thrown while exporting ExcelToPdf.
-
#126657-"Index and length must refer to a location within the string" exception is no longer thrown while converting to PDF.
-
#126657-Background image color no longer changes in XlsIO while converting to PDF.
-
#126657-Argument out of Range exception is no longer thrown in XlsIO while rendering the horizontal page break in PDF.
-
#126662-XlsIO no longer throws an error on pivot table with date filter "dateToYear" when loading xlsx as a stream.
-
#126447,#129262-Argument out of Range exception is no longer thrown in XlsIO while functioning with RTF text.
-
#126429-Out of Memory exception is no longer thrown when trying to open a xlsm file.
-
#124730-Background color is no longer changed in XlsIO while applying conditional formats.
-
#125908-Fixed performance issue in XlsIO while conversion of PDF.
-
#126365,#127452-Exception is no longer thrown when opening .xlsx files for some pivot filter types.
-
#124730-Fixed issue while exporting XlsIO to PDF.
-
#126200-Hyperlink style is no longer added in XML file while serializing style for the second time.
-
#126216-Worsheet.AddCopy method no longer deletes the original sheet after copying.
-
#124730-Background color is no longer modified in PDF.
-
#126069-Text is no longer replicated twice in XlsIO when converting ExcelToPDF.
-
#126215-InvalidOperation exception is no longer thrown while opening a document.
-
#126040-Cell borders are now drawn properly in pdf.
-
#126013,#128273-File is no longer corrupted in XlsIO while saving the grouping autoshapes.
-
#125991,#129192,#129387-Fixed performance issue in XlsIO while enabling UsedRange.WrapText property.
-
#125908-"unicode is not supported by this font" exception is no longer thrown when converting xls to pdf.
-
#125947-UnExpected token exception is no longer thrown in XlsIO.
-
#119434-Validated excel formulas using XlsIO CalculatedValue property and added in GitHub.
-
#125722,#127113-Compression no longer throws an exception when opening the file in hy-AM Culture.
-
#125432,#126387-Sheet Data is now parsed completely by XlsIO.
-
#125722-Not supported exception is no longer thrown in XlsIO.
-
#125805,#128732-WrapText is now working properly in XlsIO.
-
#124730-File is no longer corrupted when converting xlsx to xls.
-
#125576-KeyNotFound exception is no longer thrown while assigning RTF text.
-
#124583-Subscript and Superscript is now working properly in XlsIO.
-
#119646-NullReference exception is no longer thrown while opening a document using XlsIO.

|