Releases: rajyraman/mscrmexporttoexcel
Releases · rajyraman/mscrmexporttoexcel
Ryr.ExcelExport v2.4.0
Ryr.ExcelExport v2.3.0
- Added capability to specify batch size when looping across pages, instead of hardcoded 500. Max value for this is 5000
- Added capability to define maximum rows per file. Multiple files will be created automatically when this limit is hit and paging will still happen if more records exist. Max value for this is 1 million, as Excel can handle only 1,048,576 rows per file.
Ryr.ExcelExport v2.2.0
Mostly bug fixes.
- Fixed bug with bool & optionset unwrapping
- Changed tool background color to white.
- Implemented IGitHubPlugin, IHelpPlugin
- Added progress message during metadata retrieval
- Page count progress is now displayed correctly instead of standard 500.
- Handle virtual fields correctly using AttributeOf. Revert to logicalname if still cannot retrieve localizedlabel.
- Handle cache retrieval correctly.
Ryr.ExcelExport v2.1.0
- Updated XrmToolBox and EPPlus nuget packages.
- Link entity attributes can be added to the fetch and exported to excel.
Ryr.ExcelExport.v2.0.0
Updated code to work with XrmToolBox v.1.2015.12.20
Ryr.ExcelExport.v1.0.0.3
Updated code to work with July 2015 release of XrmToolBox
Release v1.0.0.2
This a bug fix release. Fixed a caching bug relating to OptionSetValue, which causes only the first value to be picked up. This is a result of the cache key being incorrectly defined.
Release v1.0.0.1
- View fetchxml is now syntax highlighted using CSRichTextBoxHighlighting. Thanks Jonas for pointing this out.
- Two way integration with FXB. Enables easy editing of view's fetchxml, without actually having to save the view.
Release v1.0.0.0
- Download zip file
- Right click, Properties on the zip file and click Unprotected
- Extract to XrmToolBox plugins folder