Skip to content

Add claude GitHub actions 1775048388831#68

Open
ghostpencil wants to merge 5 commits into
na-ka-na:masterfrom
ghostpencil:add-claude-github-actions-1775048388831
Open

Add claude GitHub actions 1775048388831#68
ghostpencil wants to merge 5 commits into
na-ka-na:masterfrom
ghostpencil:add-claude-github-actions-1775048388831

Conversation

@ghostpencil

Copy link
Copy Markdown

No description provided.

ghostpencil and others added 5 commits January 16, 2023 08:54
…preadSheetDiffCallback. Added new main class ExcelSorter that can be used to sort Excel sheets by multiple columns.
…s inefficient. Sorting is now achieved using the following steps:

1) Add the rows that require sorting to a list.
2) Sort the list.
3) Write the sorted list to a new temporary sheet.
4) Delete the sorted rows from the original sheet.
5) Copy the rows from the temporary sheet to the original sheet.
6) Delete the temp sheet.
A log file name parameter was added to both SpreadSheetDiffer and ExcelSorter.
… LoggerSpreadSheetDiffCallback class and a LoggerUnifiedDiffSpreadSheetDiffCallback class.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant