-
App Creation
-
- Creating a Designer Application
- User Interface
- Pages and Navigation
- Database
- Print Process
- Email Process
- Excel Export
- Stylesheets
- Custom Actions
- Text Resource (Run-time) Editor
- Queries
- Goal Seek Event
- Solver Event
- Application
-
- Sections
- Containers
- Textbox
- Checkbox
- Dropdown
- Radio Button
- Calendar
- File Upload
- Input Grids
- Slider
- Content
- Output Grid
- Charts
- Maps
- Gauges
- Action Button
- Show all articles ( 1 ) Collapse Articles
-
-
App Management
-
Data Management
-
Users and Teams
-
Developers
-
-
- GetDocumentStubs (Application-Level)
- GetRecordExtended (Application-Level)
- GetRecord (Application-Level)
- GetBatchResults (Application-Level)
- GetResult (Application-Level)
- CloseDedicatedSession (Application-Level)
- OpenDedicatedSession (Application-Level)
- SendEmail (Application-Level)
- GenerateDocument (Application-Level)
- MergeDocumentsExtended (Application-Level)
- MergeDocuments (Application-Level)
- DeleteUser (Site-Level)
- UpdateUser (Site-Level)
- CreateUser (Site-Level)
-
-
-
Administration
-
Changelog
- Version 6.27
- Version 6.26
- Version 6.25
- Version 6.24
- Version 6.23
- Version 6.22
- Version 6.21
- Version 6.20
- Version 6.19
- Version 6.18
- Version 6.17
- Version 6.16
- Version 6.15
- Version 6.14
- Version 6.13
- Version 6.12
- Version 6.11
- Version 6.10
- Version 6.9
- Version 6.8
- Version 6.7
- Version 6.6
- Version 6.5
- Version 6.4
- Version 6.3
- Version 6.2
- Version 6.1
- Version 6.0
- Version 5.2
- Version 5.1
- Version 5.0
- Version 4.8
- Version 4.7
- Version 4.6
- Version 4.5
- Version 4.4
- Version 4.3
- Version 4.2
- Version 4.1
- Version 4.0
- Version 3.5
- Version 3.4
- Version 3.3
- Version 3.2
- Version 3.1
- Version 3.0
- Version 2.5
- Version 2.4
- Version 2.3
- Version 2.2
- Version 2.1
- Version 2.0
- Version 1.6
- Version 1.5
- Version 1.4
- Version 1.3
- Version 1.2
- Version 1.1
- Version 1.0
- Show all articles ( 44 ) Collapse Articles
-
Other Features
-
Connectors
-
Integrations
SpreadsheetWEBimageLink
=SpreadsheetWEBimageLink(URL)
Spreadsheet WEB supports presentation of images using the SpreadsheetWEBimageLink formula. SpreadsheetWEBimageLink (cell reference) takes the relative or absolute address of the images which can be located on the internet or intranet.
Creating a static image display application
To create a static image web application which fetches images directly from a server, you must create a hyperlink pointing to an image. This image could be residing on the internet or intranet. We can use a link such as http://www.spreadsheetweb.com/download/logo-pagos.jpg to construct such an application. See the image below.
Creating dynamic image display applications
We are connecting to an image server and requesting images depending on the inputs. SpreadsheetWEBimageLink (Cell Address) does the work of getting the images and displaying them in the browser. Image will be update after each calculation.