ptyagi108 / mesh4x

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

Sync problem with blank excel in target #126

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce the problem:

1. Select any existing repository (with data) as Source and a blank (non 
existing) excel file as Target.  

2. do sync. 

expected behavior: Successful sync with target excel file containing 
corresponding data and sync sheet (suppose to create automatically).

seen behavior: Unsuccessful sync with the exception

"java.lang.IllegalArgumentException: The workbook already contains a sheet 
of this name"

Original issue reported on code.google.com by auni.ku@gmail.com on 7 Sep 2009 at 7:54

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Exception generates when  sheet name length exceeds 31 character.Basically it 
is the
issue of Ms-excel Sheet name Convention.A sheet name must not exceed  31  
character and
cannot contain the characters  [  ]  * ? / \ . 

Actions we should consider:
1.Ms-Excel adapter should follow the Ms-excel naming convention.
2.Test Ms-excel adapter with naming convention.
3.Ektoo client should inform user in case of naming convention rule violation.

Original comment by saiful.raju on 7 Sep 2009 at 10:56