PHDuy / excellibrary

Automatically exported from code.google.com/p/excellibrary
0 stars 0 forks source link

ExcelLibrary.Office.Excel is also not a good name. #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I feel that ExcelLibrary.Office.Excel is also not a good name.
My propose is:
Use the following namespace for logical layer:
 ExcelLibrary.SpreadSheet
Use the following namespaces for storage layer:
 ExcelLibrary.BinaryFileFormat
 ExcelLibrary.BinaryDrawingFormat
 ExcelLibrary.CompoundDocumentFormat
And change the project directory structure correspondingly.

Original issue reported on code.google.com by China.LiuJunFeng on 13 Feb 2009 at 3:26

GoogleCodeExporter commented 8 years ago
Yes, we should split up the user model and the low level file handling. This 
makes
the structure of the project much clearer. Please implement this ticket.

Original comment by jetcat on 13 Feb 2009 at 4:26

GoogleCodeExporter commented 8 years ago
Done. 

Original comment by China.LiuJunFeng on 13 Feb 2009 at 6:39