Beginning Excel Services:
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Indianapolis, IN
Wiley
2007
|
Schriftenreihe: | Programmer to programmer
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XXV, 404 S. Ill. |
ISBN: | 9780470104897 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV022408074 | ||
003 | DE-604 | ||
005 | 20080110 | ||
007 | t | ||
008 | 070502s2007 a||| |||| 00||| eng d | ||
020 | |a 9780470104897 |9 978-0-470-10489-7 | ||
035 | |a (OCoLC)85018575 | ||
035 | |a (DE-599)BVBBV022408074 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-945 | ||
050 | 0 | |a HF5548.4.M523 | |
082 | 0 | |a 005.54 |2 22 | |
084 | |a ST 371 |0 (DE-625)143672: |2 rvk | ||
100 | 1 | |a Asnash, Liviu |e Verfasser |4 aut | |
245 | 1 | 0 | |a Beginning Excel Services |c Liviu Asnash ; Eran Megiddo ; Craig Thomas |
264 | 1 | |a Indianapolis, IN |b Wiley |c 2007 | |
300 | |a XXV, 404 S. |b Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Programmer to programmer | |
630 | 0 | 4 | |a Microsoft Excel (Computer file) |
650 | 4 | |a Wirtschaft | |
650 | 4 | |a Business |x Computer programs | |
650 | 4 | |a Electronic spreadsheets | |
650 | 0 | 7 | |a Betriebsdaten |0 (DE-588)4145038-3 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a EXCEL |0 (DE-588)4138932-3 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Windows SharePoint Services |0 (DE-588)4806180-3 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a EXCEL |0 (DE-588)4138932-3 |D s |
689 | 0 | 1 | |a Windows SharePoint Services |0 (DE-588)4806180-3 |D s |
689 | 0 | 2 | |a Betriebsdaten |0 (DE-588)4145038-3 |D s |
689 | 0 | |C b |5 DE-604 | |
700 | 1 | |a Megiddo, Eran |e Verfasser |4 aut | |
700 | 1 | |a Thomas, Craig |d 1942-2011 |e Verfasser |0 (DE-588)110060547 |4 aut | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015616616&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-015616616 |
Datensatz im Suchindex
_version_ | 1804136472286068736 |
---|---|
adam_text | Contents
Acknowledgments xi
Introduction xxi
Part I: Overview of Excel Services 1
Chapter 1: Introduction to Excel Services 3
Who Hasn t Heard of Excel? 4
Why Excel on the Server? 5
The Problems with Distributing Spreadsheets 5
Controlling Spreadsheet Distribution 6
Incorporating Spreadsheets in Dashboards 7
Leveraging Spreadsheet Models in Custom Solutions 7
Offloading Spreadsheet Calculations to Servers 8
What Is Excel Services? 8
Microsoft Office SharePoint Server 9
Security 10
Web Part Pages 11
Content Storage and Management 11
Collaboration 14
Search 15
Forms Services 15
Business Intelligence 16
Administration 20
Five Key Ways to Use Excel Services 20
Distributing Workbooks Through the Browser 20
Controlling and Managing Workbook Distribution 23
Building Business Intelligence Portals and Dashboards 25
Leveraging Workbook Calculation in Custom Solutions 25
Offloading Workbook Calculation to Excel Services 26
Who Is Excel Services For? 26
What Excel Services Is Not 27
Summary 28
uonients _
Chapter 2: getting Started with Excel Services 2S
Installation Types 2j*
Platform Requirements 30
Hardware 30
Software 3*
Excel 2007 Client 32
Installing an Evaluation Copy 32
Setup Wizard 33
Configuration Wizard 37
After Setup Completes 38
Excel Web Access 39
Excel Web Services H^
Summary 42
Chapter 3: Architecture _ 45
Getting to Know Excel Services 45
Understanding the Architecture 47
Office SharePoint Server Architecture 48
The Excel Calculation Server (ECS) 50
The Excel Web Access (EWA) Web Part 51
The Excel Web Services API 52
Understanding Operational Concepts 53
Sessions 53
Workbook Operations ^
Publishing and Loading Workbooks 56
Querying Data from External Databases
Caching and Memory Utilization 58
Scaling to Multiple Machines 61
ECS Thread Management 63
Charting 63
Optimizing for Performance 64
Load Balancing 64
Network 65
Memory
CPU 69
I/O 70
Charting 70
Client Machine and Browser Speed 71
Summary 7^
Contents
Part II: Working with Excel Services 73
Chapter 4: Workbook Support Z5
Supported File Formats 75
Unsupported Features 76
Workbook Security 78
Extemal Data Queries 82
Graphics Objects 84
Code, Macros, and Solutions 85
Other Features 86
Partially Supported Features 86
Sheet Rendering 87
Charts 88
Calculation Extensibility 89
Summary 90
Chapter 5: External Data 91
Connecting to Data 92
Data Connection Libraries 93
Data Connections in Excel Services 95
Trusted Data Providers 96
Supported Data Objects 99
Using UDFs to Query External Data 99
Security 99
Security Threats 100
Security Mitigations 101
Credentials Delegation 103
Performance 109
Caching and Sharing 109
Connection Pooling 111
Parallel and Asynchronous Queries 111
OLAP Formulas 111
Excel Web Access H2
Refresh on Open 112
Interactivity 113
Periodic Refresh 114
Common Configuration 116
Line of Business Data 116
uontents
Reporting on Restricted Data 116
Business Intelligence Portal 117
Summary 117
Chapter 6: Capacity and Deployment Planning HS
Choosing a Deployment Topology 119
Single Server Topology 120
Small Farm Topology 121
Medium Farm Topology 122
Large Farm Topology 123
Single Server and Farm Topology Comparison 124
Intranet and Extranet 124
High Performance Computing 124
Capacity Planning 126
Considerations l 27
Affecting Capacity 12^
Mitigation 135
Summary *38
Chapter 7: Administration of Excel Services J3S
Configuring l39
Using Central Administration 140
Monitoring l69
Unified Logging Service (ULS) 17°
Windows Events I77
Making Configuration Changes to Event Logging 179
Performance Counters l79
Microsoft Operations Management Pack ^2
International Deployments 184
Setup 184
Language Packs !84
Cultures and Workbooks 186
Summary 19°
Chapter 8: Security l9^
Protecting the Workbook I91
Authentication l^2
Contents
Opening Workbooks 193
Protecting the Workbook Content 195
Configuring and Delegating Credentials 196
Protecting Against Attacks 198
Threats 198
Spoofing 199
Tampering with Data 200
Repudiation 202
Information Disclosure 202
Denial of Service 204
Elevation of Privilege 207
Extensibility 207
Summary 209
Part III: How To Scenarios 211
Chapter 9: Sharing Workbooks with the Browser 213
Publishing a Workbook to the Server 213
The Simple Case 213
Controlling What s Visible in the Browser 217
Other Ways to Save Your Workbook to the Server 220
Common Issues with Publishing Workbooks 221
Viewing Workbooks in the Browser 225
Viewing a Workbook from a Document Library 225
Changing the Default Click to View in Browser 226
The Excel Viewer Page 227
Sending a Link to View a Workbook in the Browser 227
Summary 229
Chapter 10: Interacting with Workbooks in the Browser 231
Navigating Workbooks and Hyperlinks 232
Scrolling Within a Worksheet 232
Navigating Between Worksheets in a Workbook 234
Switching Between Items in a Workbook 234
Working with Hyperlinks 237
Working with Grouped Rows and Columns 238
Using Tables to Sort and Filter Data 240
Using PivotTables 243
/ ji aoi m
Working with Workbook Parameters 246
Defining Workbook Parameters 246
Changing Workbook Parameters in the Browser 248
Interactivity and Charting 251
The Excel Web Access Toolbar 251
Using the Toolbar to Open a Workbook in Excel 251
Using the Toolbar to Calculate a Workbook 252
Reloading the Workbook File 254
Finding Data in a Workbook 255
Excel Web Access Interactivity Settings 256
Summary 257
Chapter 11: Controlling Workbook Distribution 25S
Controlling Workbook Authoring 259
Controlling Who Can Publish Workbooks 260
Using Content Approval to Review Workbooks z
Using Workflows to Review Workbooks 2®
Using Check In, Check Out, and Versioning 273
Controlling Workbook Viewing 278
The View Only Permission 2^°
Workbook Snapshots 281
Alerts and RSS Feeds 283
Auditing Workbook Usage 28^
The End to End Scenario 290
Summary 292
Chaoter 12: Business Inteiligence Solutions 293
Report Centers 293
Report Libraries 296
Key Performance Indicators ^^
Building Business Inteiligence Dashboards 305
Business Inteiligence Everywhere 317
Working with SQL Server Analysis Services 318
Connecting to Analysis Services from Excel 3l9
Building a Data Bound Dashboard 324
Summary 32^
Contents
Chapter 13: Offloading Workbook Calculation to the Server 331
The Benefits 331
Setup and Configuration Considerations 332
Excel Services Settings 332
Deployment Topology Considerations 333
Sample Solution Designs 334
Integrating with Windows Compute Cluster Server 2003 335
Summary 335
Chapter 14: Building Custom Solutions 337
Excel Services Web Service 337
First Use Information 338
Creating a Custom API Application 340
Local Linking 343
Web Service API Methods 343
GetApiVersion 344
OpenWorkbook 344
GetSessionlnformation 345
CloseWorkbook 346
CancelRequest 347
Refresh 348
CalculateAl 349
Calculate 350
CalculateWorkbook 352
GetRangeAl 353
GetRange 354
GetCellAl 356
GetCell 357
SetRangeAl 358
SetRange 360
SetCellAl 362
SetCell 363
GetWorkbook 364
API Sample 365
User Defined Functions (UDFs) 367
UdfMethodAttribute Class 367
Argument Data Types 368
Contents
Ranges as Arguments 369
Parameter Arrays as Arguments 370
Return Data Types 370
Returning a Range 371
Creating a UDF 372
ECS XLL UDF 375
Xlviewer Customizations 376
Setting New Defaults and URL Parameters 376
Configurable Properties 378
EWA and API Working Together 379
JavaScript Approach 380
Managed Code Approach 383
Summary 389
Appendix: Troubleshooting 391
Index 393
|
adam_txt |
Contents
Acknowledgments xi
Introduction xxi
Part I: Overview of Excel Services 1
Chapter 1: Introduction to Excel Services 3
Who Hasn't Heard of Excel? 4
Why Excel on the Server? 5
The Problems with Distributing Spreadsheets 5
Controlling Spreadsheet Distribution 6
Incorporating Spreadsheets in Dashboards 7
Leveraging Spreadsheet Models in Custom Solutions 7
Offloading Spreadsheet Calculations to Servers 8
What Is Excel Services? 8
Microsoft Office SharePoint Server 9
Security 10
Web Part Pages 11
Content Storage and Management 11
Collaboration 14
Search 15
Forms Services 15
Business Intelligence 16
Administration 20
Five Key Ways to Use Excel Services 20
Distributing Workbooks Through the Browser 20
Controlling and Managing Workbook Distribution 23
Building Business Intelligence Portals and Dashboards 25
Leveraging Workbook Calculation in Custom Solutions 25
Offloading Workbook Calculation to Excel Services 26
Who Is Excel Services For? 26
What Excel Services Is Not 27
Summary 28
uonients _
Chapter 2: getting Started with Excel Services 2S
Installation Types 2j*
Platform Requirements 30
Hardware 30
Software 3*
Excel 2007 Client 32
Installing an Evaluation Copy 32
Setup Wizard 33
Configuration Wizard 37
After Setup Completes 38
Excel Web Access 39
Excel Web Services H^
Summary 42
Chapter 3: Architecture _ 45
Getting to Know Excel Services 45
Understanding the Architecture 47
Office SharePoint Server Architecture 48
The Excel Calculation Server (ECS) 50
The Excel Web Access (EWA) Web Part 51
The Excel Web Services API 52
Understanding Operational Concepts 53
Sessions 53
Workbook Operations ^
Publishing and Loading Workbooks 56
Querying Data from External Databases
Caching and Memory Utilization 58
Scaling to Multiple Machines 61
ECS Thread Management 63
Charting 63
Optimizing for Performance 64
Load Balancing 64
Network 65
Memory "
CPU 69
I/O 70
Charting 70
Client Machine and Browser Speed 71
Summary 7^
Contents
Part II: Working with Excel Services 73
Chapter 4: Workbook Support Z5
Supported File Formats 75
Unsupported Features 76
Workbook Security 78
Extemal Data Queries 82
Graphics Objects 84
Code, Macros, and Solutions 85
Other Features 86
Partially Supported Features 86
Sheet Rendering 87
Charts 88
Calculation Extensibility 89
Summary 90
Chapter 5: External Data 91
Connecting to Data 92
Data Connection Libraries 93
Data Connections in Excel Services 95
Trusted Data Providers 96
Supported Data Objects 99
Using UDFs to Query External Data 99
Security 99
Security Threats 100
Security Mitigations 101
Credentials Delegation 103
Performance 109
Caching and Sharing 109
Connection Pooling 111
Parallel and Asynchronous Queries 111
OLAP Formulas 111
Excel Web Access H2
Refresh on Open 112
Interactivity 113
Periodic Refresh 114
Common Configuration 116
Line of Business Data 116
uontents
Reporting on Restricted Data 116
Business Intelligence Portal 117
Summary 117
Chapter 6: Capacity and Deployment Planning HS
Choosing a Deployment Topology 119
Single Server Topology 120
Small Farm Topology 121
Medium Farm Topology 122
Large Farm Topology 123
Single Server and Farm Topology Comparison 124
Intranet and Extranet 124
High Performance Computing 124
Capacity Planning 126
Considerations l 27
Affecting Capacity 12^
Mitigation 135
Summary *38
Chapter 7: Administration of Excel Services J3S
Configuring l39
Using Central Administration 140
Monitoring l69
Unified Logging Service (ULS) 17°
Windows Events I77
Making Configuration Changes to Event Logging 179
Performance Counters l79
Microsoft Operations Management Pack ^2
International Deployments 184
Setup 184
Language Packs !84
Cultures and Workbooks 186
Summary 19°
Chapter 8: Security l9^
Protecting the Workbook I91
Authentication l^2
Contents
Opening Workbooks 193
Protecting the Workbook Content 195
Configuring and Delegating Credentials 196
Protecting Against Attacks 198
Threats 198
Spoofing 199
Tampering with Data 200
Repudiation 202
Information Disclosure 202
Denial of Service 204
Elevation of Privilege 207
Extensibility 207
Summary 209
Part III: How To Scenarios 211
Chapter 9: Sharing Workbooks with the Browser 213
Publishing a Workbook to the Server 213
The Simple Case 213
Controlling What's Visible in the Browser 217
Other Ways to Save Your Workbook to the Server 220
Common Issues with Publishing Workbooks 221
Viewing Workbooks in the Browser 225
Viewing a Workbook from a Document Library 225
Changing the Default Click to View in Browser 226
The Excel Viewer Page 227
Sending a Link to View a Workbook in the Browser 227
Summary 229
Chapter 10: Interacting with Workbooks in the Browser 231
Navigating Workbooks and Hyperlinks 232
Scrolling Within a Worksheet 232
Navigating Between Worksheets in a Workbook 234
Switching Between Items in a Workbook 234
Working with Hyperlinks 237
Working with Grouped Rows and Columns 238
Using Tables to Sort and Filter Data 240
Using PivotTables 243
\/\ji aoi m
Working with Workbook Parameters 246
Defining Workbook Parameters 246
Changing Workbook Parameters in the Browser 248
Interactivity and Charting 251
The Excel Web Access Toolbar 251
Using the Toolbar to Open a Workbook in Excel 251
Using the Toolbar to Calculate a Workbook 252
Reloading the Workbook File 254
Finding Data in a Workbook 255
Excel Web Access Interactivity Settings 256
Summary 257
Chapter 11: Controlling Workbook Distribution 25S
Controlling Workbook Authoring 259
Controlling Who Can Publish Workbooks 260
Using Content Approval to Review Workbooks z
Using Workflows to Review Workbooks 2®
Using Check In, Check Out, and Versioning 273
Controlling Workbook Viewing 278
The View Only Permission 2^°
Workbook Snapshots 281
Alerts and RSS Feeds 283
Auditing Workbook Usage 28^
The End to End Scenario 290
Summary 292
Chaoter 12: Business Inteiligence Solutions 293
Report Centers 293
Report Libraries 296
Key Performance Indicators ^^
Building Business Inteiligence Dashboards 305
Business Inteiligence Everywhere 317
Working with SQL Server Analysis Services 318
Connecting to Analysis Services from Excel 3l9
Building a Data Bound Dashboard 324
Summary 32^
Contents
Chapter 13: Offloading Workbook Calculation to the Server 331
The Benefits 331
Setup and Configuration Considerations 332
Excel Services Settings 332
Deployment Topology Considerations 333
Sample Solution Designs 334
Integrating with Windows Compute Cluster Server 2003 335
Summary 335
Chapter 14: Building Custom Solutions 337
Excel Services Web Service 337
First Use Information 338
Creating a Custom API Application 340
Local Linking 343
Web Service API Methods 343
GetApiVersion 344
OpenWorkbook 344
GetSessionlnformation 345
CloseWorkbook 346
CancelRequest 347
Refresh 348
CalculateAl 349
Calculate 350
CalculateWorkbook 352
GetRangeAl 353
GetRange 354
GetCellAl 356
GetCell 357
SetRangeAl 358
SetRange 360
SetCellAl 362
SetCell 363
GetWorkbook 364
API Sample 365
User Defined Functions (UDFs) 367
UdfMethodAttribute Class 367
Argument Data Types 368
Contents
Ranges as Arguments 369
Parameter Arrays as Arguments 370
Return Data Types 370
Returning a Range 371
Creating a UDF 372
ECS XLL UDF 375
Xlviewer Customizations 376
Setting New Defaults and URL Parameters 376
Configurable Properties 378
EWA and API Working Together 379
JavaScript Approach 380
Managed Code Approach 383
Summary 389
Appendix: Troubleshooting 391
Index 393 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Asnash, Liviu Megiddo, Eran Thomas, Craig 1942-2011 |
author_GND | (DE-588)110060547 |
author_facet | Asnash, Liviu Megiddo, Eran Thomas, Craig 1942-2011 |
author_role | aut aut aut |
author_sort | Asnash, Liviu |
author_variant | l a la e m em c t ct |
building | Verbundindex |
bvnumber | BV022408074 |
callnumber-first | H - Social Science |
callnumber-label | HF5548 |
callnumber-raw | HF5548.4.M523 |
callnumber-search | HF5548.4.M523 |
callnumber-sort | HF 45548.4 M523 |
callnumber-subject | HF - Commerce |
classification_rvk | ST 371 |
ctrlnum | (OCoLC)85018575 (DE-599)BVBBV022408074 |
dewey-full | 005.54 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.54 |
dewey-search | 005.54 |
dewey-sort | 15.54 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
discipline_str_mv | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01773nam a2200469 c 4500</leader><controlfield tag="001">BV022408074</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20080110 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">070502s2007 a||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780470104897</subfield><subfield code="9">978-0-470-10489-7</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)85018575</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV022408074</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-945</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">HF5548.4.M523</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.54</subfield><subfield code="2">22</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 371</subfield><subfield code="0">(DE-625)143672:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Asnash, Liviu</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Beginning Excel Services</subfield><subfield code="c">Liviu Asnash ; Eran Megiddo ; Craig Thomas</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Indianapolis, IN</subfield><subfield code="b">Wiley</subfield><subfield code="c">2007</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXV, 404 S.</subfield><subfield code="b">Ill.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Programmer to programmer</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">Microsoft Excel (Computer file)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Wirtschaft</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Business</subfield><subfield code="x">Computer programs</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Electronic spreadsheets</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Betriebsdaten</subfield><subfield code="0">(DE-588)4145038-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">EXCEL</subfield><subfield code="0">(DE-588)4138932-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Windows SharePoint Services</subfield><subfield code="0">(DE-588)4806180-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">EXCEL</subfield><subfield code="0">(DE-588)4138932-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Windows SharePoint Services</subfield><subfield code="0">(DE-588)4806180-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Betriebsdaten</subfield><subfield code="0">(DE-588)4145038-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="C">b</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Megiddo, Eran</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Thomas, Craig</subfield><subfield code="d">1942-2011</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)110060547</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015616616&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-015616616</subfield></datafield></record></collection> |
id | DE-604.BV022408074 |
illustrated | Illustrated |
index_date | 2024-07-02T17:21:01Z |
indexdate | 2024-07-09T20:56:56Z |
institution | BVB |
isbn | 9780470104897 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-015616616 |
oclc_num | 85018575 |
open_access_boolean | |
owner | DE-945 |
owner_facet | DE-945 |
physical | XXV, 404 S. Ill. |
publishDate | 2007 |
publishDateSearch | 2007 |
publishDateSort | 2007 |
publisher | Wiley |
record_format | marc |
series2 | Programmer to programmer |
spelling | Asnash, Liviu Verfasser aut Beginning Excel Services Liviu Asnash ; Eran Megiddo ; Craig Thomas Indianapolis, IN Wiley 2007 XXV, 404 S. Ill. txt rdacontent n rdamedia nc rdacarrier Programmer to programmer Microsoft Excel (Computer file) Wirtschaft Business Computer programs Electronic spreadsheets Betriebsdaten (DE-588)4145038-3 gnd rswk-swf EXCEL (DE-588)4138932-3 gnd rswk-swf Windows SharePoint Services (DE-588)4806180-3 gnd rswk-swf EXCEL (DE-588)4138932-3 s Windows SharePoint Services (DE-588)4806180-3 s Betriebsdaten (DE-588)4145038-3 s b DE-604 Megiddo, Eran Verfasser aut Thomas, Craig 1942-2011 Verfasser (DE-588)110060547 aut HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015616616&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Asnash, Liviu Megiddo, Eran Thomas, Craig 1942-2011 Beginning Excel Services Microsoft Excel (Computer file) Wirtschaft Business Computer programs Electronic spreadsheets Betriebsdaten (DE-588)4145038-3 gnd EXCEL (DE-588)4138932-3 gnd Windows SharePoint Services (DE-588)4806180-3 gnd |
subject_GND | (DE-588)4145038-3 (DE-588)4138932-3 (DE-588)4806180-3 |
title | Beginning Excel Services |
title_auth | Beginning Excel Services |
title_exact_search | Beginning Excel Services |
title_exact_search_txtP | Beginning Excel Services |
title_full | Beginning Excel Services Liviu Asnash ; Eran Megiddo ; Craig Thomas |
title_fullStr | Beginning Excel Services Liviu Asnash ; Eran Megiddo ; Craig Thomas |
title_full_unstemmed | Beginning Excel Services Liviu Asnash ; Eran Megiddo ; Craig Thomas |
title_short | Beginning Excel Services |
title_sort | beginning excel services |
topic | Microsoft Excel (Computer file) Wirtschaft Business Computer programs Electronic spreadsheets Betriebsdaten (DE-588)4145038-3 gnd EXCEL (DE-588)4138932-3 gnd Windows SharePoint Services (DE-588)4806180-3 gnd |
topic_facet | Microsoft Excel (Computer file) Wirtschaft Business Computer programs Electronic spreadsheets Betriebsdaten EXCEL Windows SharePoint Services |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015616616&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT asnashliviu beginningexcelservices AT megiddoeran beginningexcelservices AT thomascraig beginningexcelservices |