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

Extraction always fail for Hancom cell & show files #6

Open
phuclv90 opened this issue Nov 19, 2019 · 1 comment
Open

Extraction always fail for Hancom cell & show files #6

phuclv90 opened this issue Nov 19, 2019 · 1 comment

Comments

@phuclv90
Copy link

Hancom Office *.cell and *.show files are almost similar to MS Office *.xlsx and *.pptx, however when extracting them I always get the Not a valid Win32 FileTime. exception although other tools like 7z and winrar can extract them without problem

using(var zip = new ZipFile(inputFile))
    zip.ExtractAll(outputPath, ExtractExistingFileAction.OverwriteSilently);

Some sample files: hancom.zip

@peter-dolkens
Copy link

I recommend checking https://github.com/haf/DotNetZip.Semverd as it appears this project is simply a snapshot, whilst the other project has full history, and at least a minimal amount of maintenance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants