Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/ole #1659

Merged
merged 34 commits into from
Nov 18, 2024
Merged

Feature/ole #1659

merged 34 commits into from
Nov 18, 2024

Conversation

AdrianEPPlus
Copy link
Contributor

Support for OLE Objects.

Before submitting this pull request I have...

  • read EPPlus Softwares Contribution Guidlines
  • ensured that the functionality I have added/changed is covered by new unit tests.
  • merged the target branch into the PR branch and resolved any merge conflicts
  • Run all the unit tests and ensured that they all are green (unless the purpose of the PR is to provide us with failing unit tests).

AdrianEPPlus and others added 30 commits October 8, 2024 13:18
* Tests for new default font

* wip

* Added scale factors for Aptos Display and Aptos Narrow

* Updated test project file

* Removed invalid test

---------

Co-authored-by: swmal <897655+swmal@users.noreply.github.com>
* #1624 - fix for preserving rich data on save

* Removed uncommented code

---------

Co-authored-by: swmal <{ID}+username}@users.noreply.github.com>
* Added fix for #1626

* Ensured two-anchor and other images are copied properly

* Added fixed issues
* Located one problem area

* Added comparisons and fixed incorrect flags

* Added fixed issues
modified:   EPPlusTest/Issues/LegacyTests/Issues.cs
* Fix for #1631 column/row offset in shared formulas

* Added fixed issues note

* add testmethod
…rations (#1657)

* Fixes array formula calculation for single cell arrays. #1649

* Range operations using conditional operators are now identified as dynamic array formulas

* Replaced ApplyWithDynamicResult method with Apply

* Minor changes to Update of table array property
@AdrianEPPlus AdrianEPPlus added the enhancement New feature or request label Oct 29, 2024
@AdrianEPPlus AdrianEPPlus self-assigned this Oct 29, 2024
# Conflicts:
#	src/EPPlus/Core/Worksheet/WorksheetCopyHelper.cs
# Conflicts:
#	src/EPPlus/Core/Worksheet/Fonts/FontMetricsFamilies.cs
#	src/EPPlus/Core/Worksheet/WorksheetCopyHelper.cs
#	src/EPPlus/Drawing/EMF/EmfCalculateTextLength.cs
#	src/EPPlus/Drawing/EMF/EmfImage.cs
#	src/EPPlus/Drawing/EMF/Records/EMR_EXTTEXTOUTW.cs
#	src/EPPlus/Drawing/EMF/Records/EMR_SELECTOBJECT.cs
#	src/EPPlus/resources/TextMetrics.zip
#	src/EPPlusTest/EmfTest.cs
#	src/EPPlusTest/Table/TableTests.cs
@JanKallman JanKallman merged commit b9d4556 into develop8 Nov 18, 2024
@JanKallman JanKallman deleted the feature/ole branch November 18, 2024 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Copying a sheet containing an OLEObject corrupts the workbook OLE Object support
4 participants