/branches/v1.6.1/Documentation/assets/ClassDiagrams/Classes/PHPExcel_Reader_Excel2007.cs
# · C# · 25 lines · 22 code · 3 blank · 0 comment · 0 complexity · 1aed03b9949c1ef38c9af1df1fac1244 MD5 · raw file
- using System;
- using System.Collections.Generic;
- using System.Text;
-
- namespace ClassDiagrams
- {
- public class PHPExcel_Reader_Excel2007 : PHPExcel_Writer_IReader
- {
- #region IReader Members
-
- public PHPExcel reads
- {
- get
- {
- throw new Exception("The method or operation is not implemented.");
- }
- set
- {
- throw new Exception("The method or operation is not implemented.");
- }
- }
-
- #endregion
- }
- }