This repository has been archived by the owner on Mar 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The most significant changes involve the introduction of a new list o…
…f `Cell` objects named `cells`, the modification of the `timestamp` row to append the entire `cells` list, and the alteration of the `data` list in the `record` processing section to contain `Cell` objects instead of `OpenXmlElement` objects. Additionally, the `data` list now adds a new `Cell` object containing a dash ("-") when the `record` does not contain any comments. 1. The `ExportOrder` method in the `AdminHub` class has been updated with new author information and a version number change from `1.0.0` to `1.1.0`. 2. A new list of `Cell` objects named `cells` has been added, initialized with a `Cell` object containing the string "AwaiShop", followed by five `Cell` objects containing a space character, and a `Cell` object containing a timestamp string. 3. The `timestamp` row now appends the entire `cells` list instead of a single `Cell` object. A new `divider` row has been added, which appends a `Cell` object containing a space character. 4. The `data` list in the `record` processing section now contains `Cell` objects instead of `OpenXmlElement` objects. The `Cell` objects are created using the new keyword without specifying the class name, a feature of C# 9.0 and later. 5. The `data` list now adds new `Cell` objects using the new keyword without specifying the class name. This change has been applied to all instances where a new `Cell` object is added to the `data` list. 6. The `data` list now adds a new `Cell` object containing a dash ("-") when the `record` does not contain any comments. This change has been applied to the `else` branch of the `if` statement that checks for comments in the `record`.
- Loading branch information
Showing
3 changed files
with
1,013 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.