Excel lesen
Moderator: wriedmann
Excel lesen
Hallo Robert
i changed the names just to test it, but i cant use the dot, btw : its ok , i have only to remember when i am converting c# to x#
I saw the excel.dll is very small so i wanna rewrite it to x# , (with help of IlSpy)
i saw lines like :[XmlElement("c")];
This are comments , right ?
Horst
i changed the names just to test it, but i cant use the dot, btw : its ok , i have only to remember when i am converting c# to x#
I saw the excel.dll is very small so i wanna rewrite it to x# , (with help of IlSpy)
i saw lines like :[XmlElement("c")];
This are comments , right ?
Horst
Excel lesen
Hallo
Ich habe nun die Excel.dll auf x# umgeschrieben.
Eine Fehlermeldung kriege ich nicht weg.
BEGIN USING oZipArchive := ZipFile.Open(cExcelFileName, ZipArchiveMode.Read) bei dieser Zeile kennt er ZipFile nicht.
Ich habe das Using drin und 2 dll's system.io.compression und system.io.compression,zipfile.
Stehe am Berg. Im Anhang das Viaef File wen einer so gütig wäre mich zu erleuchten
Gruss
Horst
Ich habe nun die Excel.dll auf x# umgeschrieben.
Eine Fehlermeldung kriege ich nicht weg.
BEGIN USING oZipArchive := ZipFile.Open(cExcelFileName, ZipArchiveMode.Read) bei dieser Zeile kennt er ZipFile nicht.
Ich habe das Using drin und 2 dll's system.io.compression und system.io.compression,zipfile.
Stehe am Berg. Im Anhang das Viaef File wen einer so gütig wäre mich zu erleuchten
Gruss
Horst
- Attachments
-
[The extension viaef has been deactivated and can no longer be displayed.]
Excel lesen
Hallo Horst,
ich nehme an, Du brauchst die DLLs System.IO.Compression und System.IO.Compression.FileSystem.
Wolfgang
ich nehme an, Du brauchst die DLLs System.IO.Compression und System.IO.Compression.FileSystem.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Excel lesen
Hallo Wolfgang
Die habe ich angegeben, bei den Referenzen aus dem GAC ausgesucht. , siehe Screenshot
error XS0103: The name 'ZipFile' does not exist in the current context 17,3 Workbook.prg Workbook:Worksheets
Rebuild failed
Gruss
Horst
Die habe ich angegeben, bei den Referenzen aus dem GAC ausgesucht. , siehe Screenshot
error XS0103: The name 'ZipFile' does not exist in the current context 17,3 Workbook.prg Workbook:Worksheets
Rebuild failed
Gruss
Horst
- Attachments
-
- Referenzen.jpg (95.9 KiB) Viewed 515 times
Excel lesen
Ahhhhh
System.IO.Compression.FileSystem.
Danke
System.IO.Compression.FileSystem.
Danke
Excel lesen
Hallo Horst,
nicht System.IO.Compression.ZipFile, sondern System.IO.Compression.FileSystem.
Wolfgang
nicht System.IO.Compression.ZipFile, sondern System.IO.Compression.FileSystem.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Excel lesen
BEGIN USING oZipArchive := System.io.Compression.ZipFile.Open(cExcelFileName, ZipArchiveMode.Read)
und, wie Wolfgang schrieb, die System.IO.Compression.FileSystem.referenzieren.
EDIT, nachdem ich mein Doppelpost nicht löschen kann, damit es zu was gut ist: Läuft das bei Euch?
Ich sehe:
System.InvalidOperationException
Fehler im XML-Dokument (2,2).
Callstack :
static Object Workbook.DeserializedZipEntry(System.IO.Compression.ZipArchiveEntry ZipArchiveEntry)() : C:DevXIDEProjectsExcelApplicationsExcel_HorstPrgWorkbook.prg : 48
Und wenn ich mich per Debugger vorarbeite, kommen vorher noch eine ganze Menge "handled execptions" mit out of range usw.
und, wie Wolfgang schrieb, die System.IO.Compression.FileSystem.referenzieren.
EDIT, nachdem ich mein Doppelpost nicht löschen kann, damit es zu was gut ist: Läuft das bei Euch?
Ich sehe:
System.InvalidOperationException
Fehler im XML-Dokument (2,2).
Callstack :
static Object Workbook.DeserializedZipEntry(System.IO.Compression.ZipArchiveEntry ZipArchiveEntry)() : C:DevXIDEProjectsExcelApplicationsExcel_HorstPrgWorkbook.prg : 48
Und wenn ich mich per Debugger vorarbeite, kommen vorher noch eine ganze Menge "handled execptions" mit out of range usw.
Regards
Karl
(on Win8.1/64, Xide32 2.20, X#2.20.0.3)
Karl
(on Win8.1/64, Xide32 2.20, X#2.20.0.3)
Excel lesen
Hallo Wolfgang
Aber wo hast du das jetzt nachgeschaut ? Auf https://docs.microsoft.com/en-us/dotnet ... ew=net-5.0 wird nur System.IO.Compression.FileSystem. angegeben,
Horst
Aber wo hast du das jetzt nachgeschaut ? Auf https://docs.microsoft.com/en-us/dotnet ... ew=net-5.0 wird nur System.IO.Compression.FileSystem. angegeben,
Horst
Excel lesen
Ich habe gerade einen Lachanfall
Habe den Link angeklickt und nun steht in GRÜN , dass man die filesytsem einfügen muss.
Blind.
Horst
Habe den Link angeklickt und nun steht in GRÜN , dass man die filesytsem einfügen muss.
Blind.
Horst
Excel lesen
Hallo Horst,
das habe ich selber mal vor einem Jahr oder so gebraucht.
Wolfgang
das habe ich selber mal vor einem Jahr oder so gebraucht.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it