Revision
808 -
Directory Listing
-
[select for diffs]
Modified
Thu Dec 21 22:52:40 2023 UTC
(2 years, 3 months ago)
by
nino.borges
Diff to
previous 807
Added a method to hash the contents of a ZIP file. The zip lib doesnt support being able to open a zip in memory and hash each file, so I wrote this to accomplish this. For now it returns a list with a list inside containing the embedded file name and the hash of that file. might change this to a tuple in a list.
Revision
807 -
Directory Listing
-
[select for diffs]
Modified
Thu Dec 21 22:25:16 2023 UTC
(2 years, 3 months ago)
by
nino.borges
Diff to
previous 774
For some reason part of this file was using 8 spaces and part was using the normal 4. I edited this manually so that it's all 4 spaces.
Revision
706 -
Directory Listing
-
[select for diffs]
Modified
Wed Jul 15 15:18:15 2020 UTC
(5 years, 8 months ago)
by
nino.borges
Diff to
previous 690
Added a method which takes a list of bates, combination of beg and end, and gives me the bates ranges in that list.
Revision
682 -
Directory Listing
-
[select for diffs]
Modified
Thu May 7 20:06:07 2020 UTC
(5 years, 10 months ago)
by
nino.borges
Diff to
previous 680
Added a SetCellProperties method as a catch all for performing multiple changes to cell properties like font, font size etc.
Revision
669 -
Directory Listing
-
[select for diffs]
Modified
Tue Dec 31 16:56:53 2019 UTC
(6 years, 2 months ago)
by
nino.borges
Diff to
previous 650
Copied this from the fix bates range tool in the summation dir and deleted the stuff that I dont need. I use these functions quite often and for many tools.
Revision
611 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 21 15:10:23 2016 UTC
(9 years, 6 months ago)
by
nino.borges
Diff to
previous 606
Updated library to now support copying and pasting the contents of an entire word document into another word document.