Doug Finke
c2d5d97ffd
Merge pull request #394 from dfinke/UnitTestRestAPI
...
Unit test rest api
2018-07-16 15:37:35 -04:00
dfinke
69b5b7f169
add psd1 check
2018-07-16 15:26:58 -04:00
dfinke
f785fe0566
Merge latest changes
2018-07-15 12:11:58 -04:00
dfinke
7cdd486c51
Add example of Merge-WorkShett
2018-07-15 11:39:06 -04:00
dfinke
d5ebfd5db4
Add a Copy Source example
2018-07-15 10:43:02 -04:00
dfinke
4c4093f4de
Added MoveSheets.ps1 example
2018-07-15 10:13:38 -04:00
dfinke
7563185bd4
updated to use the new way that works
2018-07-05 19:46:59 -04:00
dfinke
e5841d76c6
Added join sales data example
2018-07-05 16:58:36 -04:00
dfinke
eac352c28a
Added try/catch. Expanded aliases
2018-07-05 16:14:56 -04:00
jhoneill
fae040ced1
Merge remote-tracking branch 'upstream/master'
2018-07-05 07:18:13 +01:00
dfinke
c7a27d69ff
Added monthly temo w/ databar
2018-07-04 19:51:50 -04:00
dfinke
b641ce915f
udpated
2018-07-04 19:51:35 -04:00
jhoneill
06986df83a
See readme.md
2018-07-05 00:29:28 +01:00
dfinke
6c449bd9ce
Added sales report with databar
2018-07-04 19:15:34 -04:00
dfinke
b591a4ab18
Added try/catch
2018-07-04 18:58:40 -04:00
dfinke
35553baa05
Added try catch for psd1 loading so it can be copy pasted to the console
2018-07-04 18:51:25 -04:00
dfinke
0b2aaefac5
updated
2018-06-26 12:46:07 -04:00
dfinke
b2a884e7f1
Demo of the -UseMSSQLSyntax parameter
2018-06-24 09:57:00 -04:00
dfinke
bb7a132344
tweaked
2018-06-24 09:53:20 -04:00
dfinke
2812917228
Demos the -PivotTableName param. Let's you name the sheet that the pivot table is created on
2018-06-24 09:32:22 -04:00
dfinke
fa887bbb24
Added example demos -AutoNameRange and PowerShell injecting Excel formulas
2018-06-24 08:38:34 -04:00
dfinke
171783cac7
updated
2018-06-24 07:26:27 -04:00
dfinke
f7636b080a
updated
2018-06-16 12:38:32 -04:00
dfinke
821864772a
added how to work it
2018-06-16 10:09:46 -04:00
dfinke
2a0395965f
Creates tests file and invokes the test runner
2018-06-16 10:03:42 -04:00
dfinke
71330f31e5
added - before gen of file
2018-06-16 09:20:17 -04:00
Doug Finke
b026e1b23c
Merge pull request #337 from jhoneill/master
...
Perf for import, Merge, Minor tidying up
2018-06-08 16:53:36 -04:00
dfinke
1b8be2c605
adde databar to Examples
2018-06-08 12:08:27 -04:00
dfinke
a9ae83b586
update .gitignore
2018-05-27 13:35:15 -04:00
jhoneill
39a68e71c4
Tidying of case, parameter clarity, removal of aliasess.
...
Added timeout to send-SqlDataToExcel
Added Merge WorkSheet
Fixed bugs in Compare-Worksheet
2018-05-26 22:24:36 +01:00
dfinke
893b2f3214
tightened up the example
2018-05-25 16:32:33 -04:00
dfinke
3a4b0267e7
tweaked
2018-05-19 13:23:00 -04:00
dfinke
2728d21ffb
Generates random data
2018-05-19 13:22:15 -04:00
dfinke
ffbc6b46dc
tweaked
2018-05-01 17:10:42 -04:00
dfinke
d082ca207c
Changed border color
2018-05-01 17:09:52 -04:00
Doug Finke
b5177de50d
updated
2018-04-07 19:34:47 -04:00
dfinke
066ab8f348
update border format
2018-03-31 08:46:00 -04:00
dfinke
7dad54f6e9
added custom report example
2018-03-31 08:43:29 -04:00
dfinke
9e01d7fc0b
Added Example for using PivotFilter
2018-03-31 08:26:00 -04:00
dfinke
458a08dab0
Add example to set the background color of a cloumn
2017-12-21 09:33:14 -05:00
dfinke
21d9c56854
updated to image example
2017-11-24 14:13:30 -05:00
dfinke
1df63e3206
added xlrange to image example
2017-11-24 10:07:39 -05:00
jhoneill
9969a94309
Minor Fixes, Set-Row, Set-Column, Send-SQLDataToExcel
...
Export-Excel :
* Fixed a typo in the message at line 373.
* Now catch an attempt to both clear the sheet and append to it.
* Fixed some issues when appending to sheets where the header isn't in
row 1 or the data doesn't start in column 1.
* Added support for more settings when creating a pivot chart.
* Corrected a typo PivotTableName was PivtoTableName in definition of
New-PivotTableDefinition
Add-ConditionalFormat and Set-Format added to the parameters so each has
the choice of working more like the other.
Added Set-Row and Set-Column - fill a formula down or across.
Added Send-SQLDataToExcel. Insert a rowset and then call Export-Excel
for ranges, charts, pivots etc
2017-11-15 18:04:14 +00:00
dfinke
8d6f5521af
updated
2017-10-13 15:50:25 -04:00
dfinke
ceb986b408
added
2017-10-13 09:17:51 -04:00
dfinke
48607e403e
Name of pivot table comes from caller
2017-10-12 12:06:16 -04:00
dfinke
57c02a466d
works with multiple sheets
2017-10-12 11:33:49 -04:00
dfinke
1004d8a9ea
Updated
2017-10-12 10:55:18 -04:00
dfinke
f5acf88a17
Experiment multiple pivot tables
2017-10-11 19:23:45 -04:00
dfinke
fd2c5dd042
updated
2017-10-07 10:26:11 -04:00