DarkLite1
1cfa5c2115
Small fix for ConvertTo-Number
...
Forgot to initialize the variable
2017-05-16 12:41:00 +02:00
DarkLite1
2354636edd
Major update
...
Added parameter ‘NoNumberConversion'
- Allows us to pass on data to Excel without trying to parse it as a
number
Some code clean-up:
- Removed repeating code by using functions
- Some syntax clean-up for better readability
- More clear verbose messages
- Improved error handling
Improved help
- Added parameter explanations
- Added more examples
2017-05-15 14:55:04 +02:00
Doug Finke
d94038e2e5
Merge pull request #183 from briantist/master
...
Minor Documentation Fixes
v2.4.0
2017-05-03 14:04:21 -04:00
Brian Scholer
6862967952
Fix header formatting in README.md
2017-05-03 10:37:09 -04:00
Brian Scholer
ea86f18c60
Fix typo in README.md
...
`-Worksheename` => `-Worksheetname`
2017-05-03 10:35:17 -04:00
DarkLite1
81fa60dad8
Merge remote-tracking branch 'refs/remotes/origin/master' into dfinke/master
2017-02-23 08:59:39 +01:00
dfinke
860a445407
updated readme
2017-02-22 12:40:16 -05:00
dfinke
900c6d0b60
bumped version
2017-02-22 12:32:56 -05:00
Doug Finke
b1d4190a9a
Merge pull request #167 from DarkLite1/master
...
Fix for Export-Excel #165
2017-02-22 12:29:39 -05:00
DarkLite1
bc6152aa5c
Merge remote-tracking branch 'refs/remotes/dfinke/master'
2017-02-21 15:02:58 +01:00
DarkLite1
cd8a57605f
Fix for Excel-Export #168
...
- Changed 'InvariantInfo' to 'CurrentInfo', to respect the systems
regioinal settings
- Added verbose text to see what's happening
2017-02-21 14:59:56 +01:00
DarkLite1
ae9ef78ea0
Fix for Export-Excel #165
...
Fixed handling of the TableName with parameter validation, we now throw
an error in case the TableName:
- starts with something else then a letter
- is NULL or empty
- Contains spaces
Just like in the orriginal EPPlus.dll library.
Added Try/Catch clause for the End clause. So errors like 'TableName is
not unique' are terminating errors and the function isn't exectued any
further.
Also cleaned up for readability some cosmetic stuff:
- 'if(' to 'if ('
- double quotes to single quotes where needed
2017-02-20 09:46:03 +01:00
dfinke
4ab9dd499d
bump the version
2017-02-14 18:36:13 -05:00
dfinke
5102520546
fixed date order in read me
2017-02-14 18:32:14 -05:00
dfinke
e5aae24b95
updated installs and read me
2017-02-14 18:29:46 -05:00
Doug Finke
8bbdcaaa8a
Merge pull request #163 from DarkLite1/master
...
Fix for #162 and other improvements
2017-02-14 18:22:33 -05:00
DarkLite1
e68a5f27e5
Fixed 'DataOnly' header issue
...
This has been fixed: Looks like it adds the "headers" in the sheet to
the data when you specify -DataOnly
2017-02-14 09:38:08 +01:00
DarkLite1
7cdf40e0c8
Added 'Get-ExcelWorkbookInfo'
2017-02-14 09:13:46 +01:00
DarkLite1
ecd2fbbc1f
Revert "Improved ' Get-ExcelSheetInfo '"
...
This reverts commit d830278cbc .
2017-02-14 08:28:00 +01:00
DarkLite1
d830278cbc
Improved ' Get-ExcelSheetInfo '
...
Added options to retrieve information about the sheet or about the whole
workbook. Usefull in case you want to know who last saved the file or
other information.
2017-02-08 09:58:01 +01:00
DarkLite1
9790cb958c
Revert "Revert "Added 'DataOnly' parameter""
...
This reverts commit 782c027960 .
2017-02-08 09:51:13 +01:00
DarkLite1
782c027960
Revert "Added 'DataOnly' parameter"
...
This reverts commit 1ee1396a56 .
2017-02-08 09:50:39 +01:00
DarkLite1
1ee1396a56
Added 'DataOnly' parameter
...
Added 'DataOnly' parameter: When used we will only generate objects for
rows that contain text values, not for empty rows or columns.
2017-02-08 09:48:16 +01:00
DarkLite1
b93c8749d9
Added help
...
Added help text for 'Import-Excel'
2017-02-08 09:44:44 +01:00
Doug Finke
37fda63082
Update README.md
2016-12-22 15:22:16 -05:00
Doug Finke
90eae1581d
Update README.md
2016-12-22 15:21:36 -05:00
dfinke
2984a6b9f4
Updated
2016-12-22 12:07:21 -05:00
dfinke
35ab872a4f
added image
2016-12-22 12:06:37 -05:00
dfinke
ed5fb99319
updated
2016-12-22 12:03:58 -05:00
Doug Finke
6c8ddf6e1b
Merge pull request #153 from dfinke/tryscriptblock
...
Tryscriptblock
2016-12-22 12:02:29 -05:00
dfinke
221bc5d215
updated
2016-12-22 12:01:16 -05:00
dfinke
29e44e0aa1
Add scriptblock for Cell Fill Style
2016-12-22 11:24:18 -05:00
Doug Finke
374010c7f6
Update README.md
2016-09-28 08:24:17 -04:00
dfinke
4e7999e8c2
updated
2016-09-28 08:20:20 -04:00
Doug Finke
fbc816b3b5
Merge pull request #130 from xelsirko/master
...
Fixes #129 .
2016-09-28 08:16:26 -04:00
Doug Finke
416821003f
Merge pull request #126 from headsphere/patch-1
...
Powershell 3.0 compatibility fix
2016-09-28 08:04:44 -04:00
Xelsirko
710987d738
Fixes #129 .
2016-09-28 11:18:32 +00:00
headsphere
1cd583ca12
Update Export-Excel.ps1
2016-09-27 11:06:50 +01:00
headsphere
27dea78413
Update Export-Excel.ps1
...
Fixed problem with conditional formatting code that was breaking in Powershell 3
2016-09-21 13:22:57 +01:00
dfinke
23967f7738
bump revision
2016-09-20 17:21:46 -04:00
dfinke
e811ce4b4b
Fixes #121
2016-09-12 16:10:18 -04:00
dfinke
b8178ed910
Added contains blanks example
2016-09-12 16:09:04 -04:00
dfinke
6bbc5cb6e3
Enabled ContainsBlanks for conditional text
2016-09-12 16:07:33 -04:00
dfinke
3db1473c05
Fixed #115
2016-08-12 17:16:15 -04:00
dfinke
3efdfd0e0b
Added Copy-ExcelWorksheet
2016-07-30 15:11:01 -04:00
dfinke
372fdc4213
Fixes #68 Import-Excel headers no data
2016-07-21 19:54:36 -04:00
dfinke
a53323d3aa
updated
2016-07-07 07:55:58 -04:00
Doug Finke
e38bfd26a6
Merge pull request #113 from attilamihalicz/fix_112
...
uninitialized variable $idx leaks into the pipeline when -TableName parameter is used.
2016-07-07 07:50:25 -04:00
Doug Finke
ad89f47b08
Merge pull request #111 from attilamihalicz/master
...
removing extra spaces after the backtick
2016-07-07 07:49:45 -04:00
attilamihalicz
2cd807abfb
uninitialized variable $idx leaks into the pipeline when -TableName parameter is used.
2016-07-07 13:22:16 +02:00