Calc

From Apache OpenOffice Wiki
(Redirected from OpenOffice Calc)
Jump to: navigation, search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Calc Icon.png

Calc Project

Please view the guidelines
before contributing.

Popular Subcategories: The DPL extension (version 2.3.0) produced a SQL statement which lead to a Database error.
The reason may be an internal error of DPL or an error which you made,
especially when using DPL options like titleregexp.
Query text is:
SELECT DISTINCT `page`.page_namespace AS page_namespace,`page`.page_title AS page_title,`page`.page_id AS page_id FROM `page` WHERE 1=1 AND `page`.page_namespace IN (14) AND `page`.page_is_redirect=0 ORDER BY page_counter DESC LIMIT 5 OFFSET 0

Error message is:
Unknown column 'page_counter' in 'order clause' (127.0.0.1)


Chart Documentation: The DPL extension (version 2.3.0) produced a SQL statement which lead to a Database error.
The reason may be an internal error of DPL or an error which you made,
especially when using DPL options like titleregexp.
Query text is:
SELECT DISTINCT `page`.page_namespace AS page_namespace,`page`.page_title AS page_title,`page`.page_id AS page_id FROM `page` WHERE 1=1 AND `page`.page_namespace IN (0) AND `page`.page_is_redirect=0 ORDER BY page_counter DESC LIMIT 5 OFFSET 0

Error message is:
Unknown column 'page_counter' in 'order clause' (127.0.0.1)


API Documentation:

Calc Add-In: The DPL extension (version 2.3.0) produced a SQL statement which lead to a Database error.
The reason may be an internal error of DPL or an error which you made,
especially when using DPL options like titleregexp.
Query text is:
SELECT DISTINCT `page`.page_namespace AS page_namespace,`page`.page_title AS page_title,`page`.page_id AS page_id FROM `page` WHERE 1=1 AND `page`.page_namespace IN (0) AND `page`.page_is_redirect=0 ORDER BY page_counter DESC LIMIT 3 OFFSET 0

Error message is:
Unknown column 'page_counter' in 'order clause' (127.0.0.1)


Sc.OpenOffice.org

Apache OpenOffice Calc is the spreadsheet application of OpenOffice.org. There is a user FAQ, a manual, HowTos and a function list by category. This section here is mainly targeted to developers.

The application's source code is located in module sc. The mailing list for developer discussions related to Calc is dev@openoffice.apache.org, to subscribe mailto:dev-subscribe@openoffice.apache.org and then reply to the subscription mail sent to you to verify subscription. The project's webpage is https://www.openoffice.org/sc/

For (hopefully) all wiki articles related to the project see Category:Calc. Some topics are also ordered hierarchical:

Article Hierarchy

Calc/To-Dos
things remaining to be done
Calc/Done
things that were To-Dos
Calc/Drafts
drafts of discussed or planned features
Calc/Features
specifications of features implemented
Calc/Implementation
implementation details
Calc/API
programming Calc using the API
Calc/Add-In
writing Calc add-ins
Calc/hacks
tweak the source

People

Developers wanted. -- feel free to put your name and your area of expertise

Personal tools