GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
4
Releases
24
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
knarita
/
ClosedXML
Transfer to URL with SHA
Find file
Newer
Older
tree:
baaadf0212
Branches
Tags
×
develop
master
open_document_problem
release-candidate
ClosedXML
/
ClosedXML_Examples
/ IXLExample.cs
Francois Botha
on 30 May 2017
114 bytes
Unknown changes - something to do with line endings?
Raw
Blame
History
namespace ClosedXML_Examples { public interface IXLExample { void Create(string filePath); } }