{"id":23547840,"url":"https://github.com/dani3lsun/apex-plugin-odfviewer","last_synced_at":"2026-02-02T20:43:30.186Z","repository":{"id":36144164,"uuid":"40448170","full_name":"Dani3lSun/apex-plugin-odfviewer","owner":"Dani3lSun","description":"Oracle APEX Region Plugin - ODF Viewer","archived":false,"fork":false,"pushed_at":"2016-12-17T18:41:26.000Z","size":1200,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-09T00:56:01.475Z","etag":null,"topics":["oracle","oracle-apex-plugin","orclapex","plsql"],"latest_commit_sha":null,"homepage":"","language":"PLSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dani3lSun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-09T19:42:47.000Z","updated_at":"2020-03-05T20:16:15.000Z","dependencies_parsed_at":"2022-09-24T20:23:46.628Z","dependency_job_id":null,"html_url":"https://github.com/Dani3lSun/apex-plugin-odfviewer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dani3lSun/apex-plugin-odfviewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dani3lSun%2Fapex-plugin-odfviewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dani3lSun%2Fapex-plugin-odfviewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dani3lSun%2Fapex-plugin-odfviewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dani3lSun%2Fapex-plugin-odfviewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dani3lSun","download_url":"https://codeload.github.com/Dani3lSun/apex-plugin-odfviewer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dani3lSun%2Fapex-plugin-odfviewer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264577250,"owners_count":23631294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["oracle","oracle-apex-plugin","orclapex","plsql"],"created_at":"2024-12-26T09:19:34.533Z","updated_at":"2026-02-02T20:43:30.140Z","avatar_url":"https://github.com/Dani3lSun.png","language":"PLSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oracle APEX Region Plugin - ODF Viewer\nODF Viewer is a region type plugin that allows you to display ODF files like spreadsheets(.ods) or documents(.odt) with a single sql query.\nIt is based on JS Framework webodf.js (https://github.com/kogmbh/WebODF).\n\n\n## Changelog\n#### Beta - In development\n\n## Install\n- Import plugin file \"region_type_plugin_de_danielh_odfviewer.sql\" from source directory into your application\n- (Optional) Deploy the CSS/JS files from \"server\" directory on your webserver and change the \"File Prefix\" to webservers folder.\n\n## Plugin Settings\n- SQL Query that returns a BLOB value and the filename as text\n- Select the BLOB column (Content should be a ODF compatible file, all other kind of files doesn´t work)\n- Select the filename column (should contain the whole filename incl. file ending)\n- Error Text when filetype is not a ODF file\n\n#### Example SQL Query:\n```language-sql\nSELECT content, (BLOB)\n       filename (varchar2)\n  FROM file_table\n WHERE id = :P10_FILE_ID\n```\n## Demo Application\nhttps://apex.oracle.com/pls/apex/f?p=APEXPLUGIN\n\n## Preview\n![](https://github.com/Dani3lSun/apex-plugin-odfviewer/blob/master/preview.png)\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdani3lsun%2Fapex-plugin-odfviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdani3lsun%2Fapex-plugin-odfviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdani3lsun%2Fapex-plugin-odfviewer/lists"}