Skip to content

Commit a1d6bc3

Browse files
authored
Bug/issue2177 (#2182)
* Fixed issue #2177 * Fixes issue #2181. Fixed issue when reading workbooks with power query settings in Custom Xml. Fix in IsPng to verify the byte signature.
1 parent 0509e60 commit a1d6bc3

File tree

61 files changed

+27056
-37
lines changed

Some content is hidden

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

61 files changed

+27056
-37
lines changed
Lines changed: 309 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,309 @@
1+
### YamlMime:ManagedReference
2+
items:
3+
- uid: OfficeOpenXml.Core.DocumentPart`1
4+
commentId: T:OfficeOpenXml.Core.DocumentPart`1
5+
id: DocumentPart`1
6+
parent: OfficeOpenXml.Core
7+
children: []
8+
langs:
9+
- csharp
10+
- vb
11+
name: DocumentPart<T>
12+
nameWithType: DocumentPart<T>
13+
fullName: OfficeOpenXml.Core.DocumentPart<T>
14+
type: Class
15+
source:
16+
remote:
17+
path: src/EPPlus/Core/DocumentPart.cs
18+
branch: develop8
19+
repo: https://github.com/EPPlusSoftware/EPPlus.git
20+
id: DocumentPart
21+
path: ../src/EPPlus/Core/DocumentPart.cs
22+
startLine: 18
23+
assemblies:
24+
- EPPlus
25+
namespace: OfficeOpenXml.Core
26+
summary: The base class for loading/saving and deleting OOXML part or other formats storage containers.
27+
example: []
28+
syntax:
29+
content: 'public abstract class DocumentPart<T> where T : DocumentPart<T>'
30+
typeParameters:
31+
- id: T
32+
description: ''
33+
content.vb: Public MustInherit Class DocumentPart(Of T As DocumentPart(Of T))
34+
inheritance:
35+
- System.Object
36+
derivedClasses:
37+
- OfficeOpenXml.Data.Connection.ExcelConnection
38+
- OfficeOpenXml.Data.QueryTable.ExcelQueryTable
39+
inheritedMembers:
40+
- System.Object.Equals(System.Object)
41+
- System.Object.Equals(System.Object,System.Object)
42+
- System.Object.GetHashCode
43+
- System.Object.GetType
44+
- System.Object.MemberwiseClone
45+
- System.Object.ReferenceEquals(System.Object,System.Object)
46+
- System.Object.ToString
47+
nameWithType.vb: DocumentPart(Of T)
48+
fullName.vb: OfficeOpenXml.Core.DocumentPart(Of T)
49+
name.vb: DocumentPart(Of T)
50+
references:
51+
- uid: OfficeOpenXml.Core
52+
commentId: N:OfficeOpenXml.Core
53+
href: OfficeOpenXml.html
54+
name: OfficeOpenXml.Core
55+
nameWithType: OfficeOpenXml.Core
56+
fullName: OfficeOpenXml.Core
57+
spec.csharp:
58+
- uid: OfficeOpenXml
59+
name: OfficeOpenXml
60+
href: OfficeOpenXml.html
61+
- name: .
62+
- uid: OfficeOpenXml.Core
63+
name: Core
64+
href: OfficeOpenXml.Core.html
65+
spec.vb:
66+
- uid: OfficeOpenXml
67+
name: OfficeOpenXml
68+
href: OfficeOpenXml.html
69+
- name: .
70+
- uid: OfficeOpenXml.Core
71+
name: Core
72+
href: OfficeOpenXml.Core.html
73+
- uid: System.Object
74+
commentId: T:System.Object
75+
parent: System
76+
isExternal: true
77+
href: https://learn.microsoft.com/dotnet/api/system.object
78+
name: object
79+
nameWithType: object
80+
fullName: object
81+
nameWithType.vb: Object
82+
fullName.vb: Object
83+
name.vb: Object
84+
- uid: System.Object.Equals(System.Object)
85+
commentId: M:System.Object.Equals(System.Object)
86+
parent: System.Object
87+
isExternal: true
88+
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
89+
name: Equals(object)
90+
nameWithType: object.Equals(object)
91+
fullName: object.Equals(object)
92+
nameWithType.vb: Object.Equals(Object)
93+
fullName.vb: Object.Equals(Object)
94+
name.vb: Equals(Object)
95+
spec.csharp:
96+
- uid: System.Object.Equals(System.Object)
97+
name: Equals
98+
isExternal: true
99+
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
100+
- name: (
101+
- uid: System.Object
102+
name: object
103+
isExternal: true
104+
href: https://learn.microsoft.com/dotnet/api/system.object
105+
- name: )
106+
spec.vb:
107+
- uid: System.Object.Equals(System.Object)
108+
name: Equals
109+
isExternal: true
110+
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
111+
- name: (
112+
- uid: System.Object
113+
name: Object
114+
isExternal: true
115+
href: https://learn.microsoft.com/dotnet/api/system.object
116+
- name: )
117+
- uid: System.Object.Equals(System.Object,System.Object)
118+
commentId: M:System.Object.Equals(System.Object,System.Object)
119+
parent: System.Object
120+
isExternal: true
121+
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
122+
name: Equals(object, object)
123+
nameWithType: object.Equals(object, object)
124+
fullName: object.Equals(object, object)
125+
nameWithType.vb: Object.Equals(Object, Object)
126+
fullName.vb: Object.Equals(Object, Object)
127+
name.vb: Equals(Object, Object)
128+
spec.csharp:
129+
- uid: System.Object.Equals(System.Object,System.Object)
130+
name: Equals
131+
isExternal: true
132+
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
133+
- name: (
134+
- uid: System.Object
135+
name: object
136+
isExternal: true
137+
href: https://learn.microsoft.com/dotnet/api/system.object
138+
- name: ','
139+
- name: " "
140+
- uid: System.Object
141+
name: object
142+
isExternal: true
143+
href: https://learn.microsoft.com/dotnet/api/system.object
144+
- name: )
145+
spec.vb:
146+
- uid: System.Object.Equals(System.Object,System.Object)
147+
name: Equals
148+
isExternal: true
149+
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
150+
- name: (
151+
- uid: System.Object
152+
name: Object
153+
isExternal: true
154+
href: https://learn.microsoft.com/dotnet/api/system.object
155+
- name: ','
156+
- name: " "
157+
- uid: System.Object
158+
name: Object
159+
isExternal: true
160+
href: https://learn.microsoft.com/dotnet/api/system.object
161+
- name: )
162+
- uid: System.Object.GetHashCode
163+
commentId: M:System.Object.GetHashCode
164+
parent: System.Object
165+
isExternal: true
166+
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
167+
name: GetHashCode()
168+
nameWithType: object.GetHashCode()
169+
fullName: object.GetHashCode()
170+
nameWithType.vb: Object.GetHashCode()
171+
fullName.vb: Object.GetHashCode()
172+
spec.csharp:
173+
- uid: System.Object.GetHashCode
174+
name: GetHashCode
175+
isExternal: true
176+
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
177+
- name: (
178+
- name: )
179+
spec.vb:
180+
- uid: System.Object.GetHashCode
181+
name: GetHashCode
182+
isExternal: true
183+
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
184+
- name: (
185+
- name: )
186+
- uid: System.Object.GetType
187+
commentId: M:System.Object.GetType
188+
parent: System.Object
189+
isExternal: true
190+
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
191+
name: GetType()
192+
nameWithType: object.GetType()
193+
fullName: object.GetType()
194+
nameWithType.vb: Object.GetType()
195+
fullName.vb: Object.GetType()
196+
spec.csharp:
197+
- uid: System.Object.GetType
198+
name: GetType
199+
isExternal: true
200+
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
201+
- name: (
202+
- name: )
203+
spec.vb:
204+
- uid: System.Object.GetType
205+
name: GetType
206+
isExternal: true
207+
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
208+
- name: (
209+
- name: )
210+
- uid: System.Object.MemberwiseClone
211+
commentId: M:System.Object.MemberwiseClone
212+
parent: System.Object
213+
isExternal: true
214+
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
215+
name: MemberwiseClone()
216+
nameWithType: object.MemberwiseClone()
217+
fullName: object.MemberwiseClone()
218+
nameWithType.vb: Object.MemberwiseClone()
219+
fullName.vb: Object.MemberwiseClone()
220+
spec.csharp:
221+
- uid: System.Object.MemberwiseClone
222+
name: MemberwiseClone
223+
isExternal: true
224+
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
225+
- name: (
226+
- name: )
227+
spec.vb:
228+
- uid: System.Object.MemberwiseClone
229+
name: MemberwiseClone
230+
isExternal: true
231+
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
232+
- name: (
233+
- name: )
234+
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
235+
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
236+
parent: System.Object
237+
isExternal: true
238+
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
239+
name: ReferenceEquals(object, object)
240+
nameWithType: object.ReferenceEquals(object, object)
241+
fullName: object.ReferenceEquals(object, object)
242+
nameWithType.vb: Object.ReferenceEquals(Object, Object)
243+
fullName.vb: Object.ReferenceEquals(Object, Object)
244+
name.vb: ReferenceEquals(Object, Object)
245+
spec.csharp:
246+
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
247+
name: ReferenceEquals
248+
isExternal: true
249+
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
250+
- name: (
251+
- uid: System.Object
252+
name: object
253+
isExternal: true
254+
href: https://learn.microsoft.com/dotnet/api/system.object
255+
- name: ','
256+
- name: " "
257+
- uid: System.Object
258+
name: object
259+
isExternal: true
260+
href: https://learn.microsoft.com/dotnet/api/system.object
261+
- name: )
262+
spec.vb:
263+
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
264+
name: ReferenceEquals
265+
isExternal: true
266+
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
267+
- name: (
268+
- uid: System.Object
269+
name: Object
270+
isExternal: true
271+
href: https://learn.microsoft.com/dotnet/api/system.object
272+
- name: ','
273+
- name: " "
274+
- uid: System.Object
275+
name: Object
276+
isExternal: true
277+
href: https://learn.microsoft.com/dotnet/api/system.object
278+
- name: )
279+
- uid: System.Object.ToString
280+
commentId: M:System.Object.ToString
281+
parent: System.Object
282+
isExternal: true
283+
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
284+
name: ToString()
285+
nameWithType: object.ToString()
286+
fullName: object.ToString()
287+
nameWithType.vb: Object.ToString()
288+
fullName.vb: Object.ToString()
289+
spec.csharp:
290+
- uid: System.Object.ToString
291+
name: ToString
292+
isExternal: true
293+
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
294+
- name: (
295+
- name: )
296+
spec.vb:
297+
- uid: System.Object.ToString
298+
name: ToString
299+
isExternal: true
300+
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
301+
- name: (
302+
- name: )
303+
- uid: System
304+
commentId: N:System
305+
isExternal: true
306+
href: https://learn.microsoft.com/dotnet/api/system
307+
name: System
308+
nameWithType: System
309+
fullName: System

0 commit comments

Comments
 (0)