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:
eaa7871399
Branches
Tags
×
develop
master
open_document_problem
release-candidate
ClosedXML
/
ClosedXML_Examples
/ IXLExample.cs
Amir
on 9 Sep 2016
120 bytes
Project hierarchy cleanup
Raw
Blame
History
namespace ClosedXML_Examples { public interface IXLExample { void Create(string filePath); } }