dfinke
4fee745a7f
Fix brace
v7.0.0
2019-12-07 11:05:42 -05:00
dfinke
8b5fa9e798
Updated msg for Autosize on Linux
2019-12-07 10:59:34 -05:00
dfinke
4608c0bd04
updated
2019-12-05 18:20:43 -05:00
dfinke
c0b3297bd7
add link
2019-12-05 18:20:21 -05:00
dfinke
1baed182c3
Updated
2019-12-05 18:19:32 -05:00
dfinke
270a5d921c
Start on readme
2019-12-05 18:03:13 -05:00
dfinke
a1ef937619
bump version
2019-12-05 18:03:02 -05:00
Doug Finke
481e2c6cc8
Merge pull request #743 from dfinke/refactor
...
Refactor
2019-12-05 17:40:56 -05:00
Doug Finke
0bf85de2a2
Merge pull request #738 from jhoneill/refactor
...
Refactor
2019-12-05 17:32:03 -05:00
jhoneill
1667ba33eb
Fix error caused by empty private dir
2019-12-01 22:48:11 +00:00
jhoneill
b534bd974b
Repeat
2019-12-01 22:43:37 +00:00
jhoneill
d89346c89c
Fix CI getting out of sync with directory changes
2019-12-01 22:39:53 +00:00
jhoneill
229f69313b
final tidy for PR
2019-12-01 22:30:57 +00:00
jhoneill
a37f6f3754
Relocate files (hopefully final!)
2019-12-01 18:46:45 +00:00
jhoneill
88e2a23e1b
directory renames
2019-12-01 17:04:27 +00:00
jhoneill
6b033d7451
Fix for CI
2019-12-01 00:15:05 +00:00
jhoneill
d1c347285f
Move DLL load into PSD1
2019-11-30 15:28:31 +00:00
jhoneill
6508043bc0
Make Update-1st object props an advanced cmdlet & faster
2019-11-30 15:28:05 +00:00
jhoneill
163eaebf66
Merge branch 'refactor' of https://github.com/dfinke/ImportExcel into refactor
2019-11-30 14:22:18 +00:00
jhoneill
5e87c3f6a7
fixes to casing, and some basic functions changed to advanced
2019-11-25 23:40:51 +00:00
jhoneill
feb493e397
fix naming consitency (case mostly)
2019-11-25 01:01:55 +00:00
jhoneill
f6c66e21a7
Sync to Doug's 6.5.3 release
2019-11-23 16:12:29 +00:00
dfinke
02d2fa9975
Updated change notes
2019-11-23 09:09:22 -05:00
dfinke
eb3a394013
bump version
2019-11-23 09:06:26 -05:00
Doug Finke
b517b0a974
Merge pull request #726 from ili101/PipelineVariable
...
support PipelineVariable
2019-11-23 09:01:05 -05:00
Doug Finke
d56fd89557
Merge pull request #732 from beckerben/master
...
Fix for #512 & #525
2019-11-23 08:51:15 -05:00
Doug Finke
9d2a1e4d47
Merge pull request #729 from jhoneill/master
...
Fix for #720 , plus some linting
- #730 Send-SQLDataToExcel -Append // The last row of data is overwritten by a header
- #720 Incorrect table when supplying DataTable with zero rows
2019-11-23 08:02:32 -05:00
ili101
5f3c41e669
Support multiple Paths from pipeline and param
2019-11-22 05:09:00 +02:00
jhoneill
d4da73e8f4
file list no longer needed
2019-11-22 00:52:34 +00:00
jhoneill
0d0fd5ac80
Merge branch 'refactor' of https://github.com/jhoneill/ImportExcel into refactor
2019-11-21 21:44:56 +00:00
jhoneill
3fb3ba0e0e
Add test for new table support in export
2019-11-21 21:43:58 +00:00
jhoneill
e49b4ee6e8
Add test for new table support in export
2019-11-21 21:04:32 +00:00
jhoneill
5595aee407
sync export changes from master into refactor
2019-11-21 20:35:17 +00:00
jhoneill
c38adba49d
Add tests for improved datatable handling in export
2019-11-21 20:22:06 +00:00
jhoneill
30e4515287
improve DataTable passing to Export
2019-11-21 20:20:56 +00:00
jhoneill
e42f23cd7c
Major linting push
2019-11-21 17:29:58 +00:00
jhoneill
5fee49967a
sync export with master updtes for #720
2019-11-21 08:42:51 +00:00
jhoneill
98b91ce19d
Fix append behavior passing data tables to export
2019-11-21 07:40:21 +00:00
jhoneill
5aa841c225
aggressive linting
2019-11-20 19:14:19 +00:00
jhoneill
aaf18b4d9a
Linting mostly
2019-11-20 19:07:22 +00:00
jhoneill
2e0cd4f97d
Linting
2019-11-20 18:27:17 +00:00
Ben Becker
e132755061
Fix for #512 & #525
...
There is an issue with the ConvertFromExcelToSQLInsert where a quote in the text will not be converted properly and will cause invalid insert statements to be created, this commit makes the correction to handle the scenario.
2019-11-20 09:32:32 -05:00
Ben Becker
5617a960ec
fix for #512 & #525
...
There is an issue with the ConvertFromExcelToSQLInsert where a quote in the text will not be converted properly and will cause invalid insert statements to be created, this commit makes the correction to handle the scenario.
2019-11-20 08:13:11 -05:00
jhoneill
873f1a365b
Merge pull request #2 from ili101/xml
...
EPPlus empty row on an empty table
2019-11-19 11:39:03 +00:00
ili101
cc7d18cc59
EPPlus empty row on an empty table
2019-11-18 12:21:21 +02:00
jhoneill
f27729d2ab
Remove 72 empty catch blocks and Loadpsd1
2019-11-18 07:50:20 +00:00
jhoneill
d3a2edcc5f
default CI/Install-PowerShell version to stable release
2019-11-18 01:32:14 +00:00
jhoneill
cc5eff1157
sync export-excel to 321699e spec.
2019-11-18 01:30:37 +00:00
jhoneill
66bf3adf17
remove LoadPSD calls & 72 empty catch blocks from examples
2019-11-17 22:45:29 +00:00
jhoneill
36f27e3d40
commented pull request
2019-11-17 22:43:42 +00:00