Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active November 24, 2020 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcsee/b6c664aef3247af3bc48d19f3d47d20e to your computer and use it in GitHub Desktop.
Save mcsee/b6c664aef3247af3bc48d19f3d47d20e to your computer and use it in GitHub Desktop.
class ExcelSheet {
String filename;
String fileEncoding;
String documentOwner;
String documentReadPassword;
String documentWritePassword;
DateTime creationTime;
DateTime updateTime;
String revisionVersion;
String revisionOwner;
List previousVersions;
String documentLanguage;
List cells;
List cellNames;
List geometricShapes;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment