1
0

readme.txt 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. EPPlus 3.1.3
  2. Visit epplus.codeplex.com for the latest information
  3. This version contain version contains two new major features - VBA and conditional formatting
  4. New features
  5. VBA
  6. Create,read and write a VBA project from scratch or in a template.
  7. Add and modify modules and classes.
  8. Read and write code to documents(workbook and worksheets), modules and classes.
  9. VBA protection
  10. Code signing
  11. And more...
  12. Conditional Formatting
  13. Apply conditional formatting on any range of cells.
  14. Choose between more than 40 different types ("beginsWith", "between", "containsText", "endsWith", "equal", "greaterThan", "greaterThanOrEqual", "iconSet3", "iconSet4", "iconSet5", "last7Days", "lastMonth" and many more)
  15. Minor new features
  16. Picture Hyperlinks
  17. Chart Axis Titles
  18. Remove method added to Drawings collection
  19. An a lot of bug fixes
  20. 3.1.2 changes
  21. * Fixes problem with messed up Normal style if the Normal style is not the first saved Style in the NamedStyles collection.
  22. * Fixed problem with CellIs in templates (14750, 14749).Turned off dtd on XmlDocument.Load / LoadXml to avoid Xml-bombs. Fixed pivottable constructor that set default values in templates(14723).
  23. * Fixes problem with indexed colors in conditional formatting.
  24. * Fixes full row / column ranges with defined names (throwing exception when accessing Start and End properties).
  25. 3.1.3 changes
  26. * Fixed VBA project corruption when adding a new worksheet.
  27. * Fixed Drawing resizing with hidden rows.
  28. * Fixed problem with named styles and blank text property on range when it shold be "0"
  29. * Fixes issue 14768-Missing Normal style causes corruption of xfs styles.
  30. * Fixed issue 14799-Table-StyleName bug.
  31. * Fixed issue 14799-Change of contenttype from xlsx to xlsm and pivottable caused corruption
  32. * Fixed issue 14795-Scatterchart smooth lines.
  33. * Fixed issue 14809-Namedstyles was invalid when loading from a template
  34. * Fixed issue 14805-LoadFromText did not work with a null argument for parameter Text)
  35. * Fixed issue 14819-Setting data validations default operator to Any.
  36. * Fixed issue 14823-Invalid hyperlinks when uri was encoded.
  37. * Fixed issue 14818-attribute createdVersion of the Pivottable was set to 1 and causing the pivottable ignore the enableDrill and showDrill attributes
  38. * Fixed issue 14803-Duplicate column names when creating a table caused a corrupt workbook.
  39. * Fixed issue 14820-Invalid sort order on header footer elements when creating from a template. Added reference to System.Web for Uri decoding