issue #44
the issue is caused by the Sheet, as the cn client only has one ClientLanguage so it cannot use "DataManager.Excel.GetSheet(Language.English)"
I add an if to the place using the ClientLanguage as the condition.
Some expression error:
It's not "cn client only has one language".
It's "PlaceName Sheet from cn client doesn't has other languages"
So when using 'GetSheet(Language.English)' it will return with a null.
issue #44 the issue is caused by the Sheet, as the cn client only has one ClientLanguage so it cannot use "DataManager.Excel.GetSheet(Language.English)"
I add an if to the place using the ClientLanguage as the condition.