encode method

List<int>? encode()

It will start setting the edited values of sheets into the files and then exports the file.

Implementation

List<int>? encode() {
  Save s = Save._(this, parser);
  return s._save();
}