Skip to content

Commit 54f6b44

Browse files
author
adrian
committed
Examples for FlexCel 7.12
1 parent 9928ddd commit 54f6b44

File tree

2,047 files changed

+77787
-77885
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,047 files changed

+77787
-77885
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,10 @@ You can find a description of each demo in the [documentation](https://doc.tmsso
88
**:book: Note** We update this repository automatically every time we release a new FlexCel version. So if you have notifications integrated with github, you can subscribe to this feed to be notified of new releases.
99

1010

11-
## New in v 7.11 - September 2021
11+
## New in v 7.12 - October 2021
1212

1313

14-
- **Support for .NET 6 and Visual Studio 2022.** Official support for .NET 6 and Visual Studio 2022
14+
- **PowerBI Data models are now preserved.** FlexCel will now preserve PowerBI datamodels in xlsx files.
1515

16-
- **New overloads of methods for getting image information that take objectIndexes instead of imageIndexes.** The methods [GetImageProperties](https://doc.tmssoftware.com/flexcel/net/api/FlexCel.Core/ExcelFile/GetImageProperties.html), [GetImageName](https://doc.tmssoftware.com/flexcel/net/api/FlexCel.Core/ExcelFile/GetImageName.html), [SetImageProperties](https://doc.tmssoftware.com/flexcel/net/api/FlexCel.Core/ExcelFile/SetImageProperties.html), [DeleteImage](https://doc.tmssoftware.com/flexcel/net/api/FlexCel.Core/ExcelFile/DeleteImage.html) and [ClearImage](https://doc.tmssoftware.com/flexcel/net/api/FlexCel.Core/ExcelFile/ClearImage.html) now have overloads taking an objectIndex/objectPath pair instead of an imageIndex.
17-
18-
- **New methods to convert between imageindexes and objectindexes with support for grouped shapes.** The new methods [ImageIndexToObjectPath](https://doc.tmssoftware.com/flexcel/net/api/FlexCel.Core/ExcelFile/ImageIndexToObjectPath.html) and [ObjectPathToImageIndex](https://doc.tmssoftware.com/flexcel/net/api/FlexCel.Core/ExcelFile/ObjectPathToImageIndex.html) can convert between imageIndexes and objectIndexes taking care of nested objects. The existing methods would only work in non-grouped objects.
19-
20-
- **You can now read and write the links of a camera object.** The methods [GetShapeLinkedCell](https://doc.tmssoftware.com/flexcel/net/api/FlexCel.Core/ExcelFile/GetShapeLinkedCell.html) and [SetShapeLinkedCell](https://doc.tmssoftware.com/flexcel/net/api/FlexCel.Core/ExcelFile/SetShapeLinkedCell.html) now work in picures too, allowing to read or create camera objects besides to shapes with their text linked.
21-
22-
- **Improved loading of Excel 3, 4 and 95 files.** Now FlexCel can load camera objects in Excel 3, 4 and 95 files. It will also load the image names for images in Excel 95 files (Excel 4 and older don't store an image name)
23-
24-
- **SkiaSharp updated to 2.80.3.** The SkiaSharp library was updated from 2.80.2 to 2.80.3.
16+
- **Bug Fix.** GetImageProperties could return an index out of bounds when passed a valid imageindex but there were grouped images.
2517

csharp/VS2005/netframework/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// You can specify all the values or you can default the Revision and Build Numbers
2727
// by using the '*' as shown below:
2828

29-
[assembly: AssemblyVersion("7.11.0.0")]
29+
[assembly: AssemblyVersion("7.12.0.0")]
3030

3131
//
3232
// In order to sign your assembly you must specify a key to use. Refer to the

csharp/VS2005/netframework/DemoForm.Designer.cs

Lines changed: 28 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)