-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #153 from rokostik/spreadsheet-improvements
Add spreadsheet improvements
- Loading branch information
Showing
4 changed files
with
213 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
ID,Name,Department,Years at Company | ||
1,John Doe,Marketing,2 | ||
2,Jane Smith,Engineering,5 | ||
3,Robert Johnson,Human Resources,1 | ||
4,Julia Davis,Sales,3 | ||
5,James Brown,Engineering,2 | ||
6,Mary Williams,Marketing,4 | ||
7,Michael Miller,Human Resources,3 | ||
8,Linda Wilson,Sales,1 | ||
9,William Moore,Engineering,2 | ||
10,Elizabeth Taylor,Marketing,3 | ||
ID,Name,Department,Years at Company,DOB | ||
1,John Doe,Marketing,2,1985-01-01 | ||
2,Jane Smith,Engineering,5,1988-12-31 | ||
3,Robert Johnson,Human Resources,1,1990-05-15 | ||
4,Julia Davis,Sales,3,1987-07-04 | ||
5,James Brown,Engineering,2,1989-11-11 | ||
6,Mary Williams,Marketing,4,1986-03-22 | ||
7,Michael Miller,Human Resources,3,1987-09-30 | ||
8,Linda Wilson,Sales,1,1991-02-28 | ||
9,William Moore,Engineering,2,1989-10-10 | ||
10,Elizabeth Taylor,Marketing,3,1988-04-01 |
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