Exemple #1
0
 public Worksheet(Dictionary <int, string> _shared_strings)
 {
     XmlPath        = String.Empty;
     Number         = 1;
     Name           = "Sheet1";
     SheetId        = -1;
     Contents       = new Dictionary <KeyValuePair <XmlNode, string>, KeyValuePair <string, string> >();
     xml_fun        = new AmusingXml.XmlFun();
     shared_strings = _shared_strings;
 }
Exemple #2
0
 public Worksheet(Dictionary<int, string> _shared_strings)
 {
     XmlPath = String.Empty;
     Number = 1;
     Name = "Sheet1";
     SheetId = -1;
     Contents = new Dictionary<KeyValuePair<XmlNode, string>, KeyValuePair<string, string>>();
     xml_fun = new AmusingXml.XmlFun();
     shared_strings = _shared_strings;
 }