Difference between revisions of "Calc"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Article Hierarchy: Calc/Implementation - implementation details)
m (People)
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
'''OpenOffice.org Calc''' is the spreadsheet application of [[OpenOffice.org]].  There is a user [[Documentation/FAQ/Calc|FAQ]] and [[Documentation/OOoAuthors_User_Manual/Calc_Guide|manual]] and [[Documentation/How_Tos|HowTos]]. This section here is mainly targeted to developers.
+
{{Template:Calc Project}}
 +
'''OpenOffice.org Calc''' is the spreadsheet application of [[OpenOffice.org]].  There is a user [[Documentation/FAQ/Calc|FAQ]], a [[Documentation/OOoAuthors_User_Manual/Calc_Guide|manual]], [[Documentation/How_Tos|HowTos]] and a [[Documentation/How_Tos/Calc:_Functions_listed_by_category|function list by category]]. This section here is mainly targeted to developers.
  
The application's source code is located in [[Sc|module '''sc''']]. The mailing list for developer discussions related to Calc is dev@sc.openoffice.org, to subscribe mailto:dev-subscribe@sc.openoffice.org and then reply to the subscription mail sent to you to verify subscription. The project's webpage is http://sc.openoffice.org
+
The application's source code is located in [[Sc|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 http://sc.openoffice.org
  
 
For (hopefully) all wiki articles related to the project see [[:Category:Calc]]. Some topics are also ordered hierarchical:
 
For (hopefully) all wiki articles related to the project see [[:Category:Calc]]. Some topics are also ordered hierarchical:
Line 18: Line 19:
 
== People ==
 
== People ==
  
* working permanently on the code
+
'''Developers wanted'''. -- ''feel free to put your name and your area of expertise''
*; [[User:Nn|Niklas Nebel]] : project lead, all areas
+
*; [[User:ErAck|Eike Rathke]] : co-lead, formula compiler, interpreter, calculation engine, number formatter
+
*; Daniel Rentz : Microsoft Excel import/export filters, Analysis Add-In, UI
+
*; Thomas Benisch : [[API]], UI
+
*; [[User:Kohei|Kohei Yoshida]] : MOOXML filter
+
 
+
* [[Add-In]]/[[Add-On]] developers
+
*; [[User:Kohei|Kohei Yoshida]] : [[Optimization Solver]]
+
 
+
* code contributors
+
*; [[User:Kohei|Kohei Yoshida]] : numerical improvements of statistical distribution functions
+
*; Jody Goldberg : Microsoft Excel compatibility
+
*; Noel Power : VBA interoperability
+
*; Martin Eitzenberger : new gaussinv() implementation
+
*; Mukund Sivaraman : better accuracy of GetStVarParms() used in STDEV, STDEVP, VAR, VARP, DEVSQ
+
*; Ashwanth Premchandran : Lotus 123 import filter basics, with the kind help of Michael Meeks
+
*; Michael Meeks : bits of this and that
+
*; Muthu Subramanian : CSV export "as shown" <br> OrdinalSuffix in cell fill <br> #DIV/0! division by zero error differentiation <br> Ctrl+` toggles formula view
+
*; Jan Holešovský : improvement of HTML export filter using CSS for cell borders
+
*; Takashi Nakamoto : katakana fullwidth/halfwidth conversion for JIS and ASC functions
+
*; Regina Henschel : numerical stability of CORREL, COVAR, PEARSON, RSQ, STEYX, SLOPE, INTERCEPT, FORECAST <br> accuracy of GAMMADIST, CHIDIST, GAMMAINV, CHIINV
+
*; Yue Lv : several interpreter patches for ODFF/OpenFormula compliance and interoperability
+
*; [[User:Maoyg|Yonggang Mao]]: page preview
+
 
+
* QA
+
*; Frank Stecher : general QA
+
*; Oliver Crämer : general QA, number formats (locale data)
+
*; Jörg Sievers : testtool automation
+
 
+
If anyone feels he's missing here please drop a line, mailto:er@openoffice.org
+
  
 
[[Category:Calc|! !]]
 
[[Category:Calc|! !]]
 
[[Category:Project]]
 
[[Category:Project]]
 +
[[Category:Development]]

Revision as of 22:47, 1 May 2013

Calc Icon.png

Calc Project

Please view the guidelines
before contributing.

Popular Subcategories:

Extension:DynamicPageList (DPL), version 2.3.0 : Warning: No results.

Chart Documentation:

Extension:DynamicPageList (DPL), version 2.3.0 : Warning: No results.

API Documentation:

Calc Add-In:

Extension:DynamicPageList (DPL), version 2.3.0 : Warning: No results.

Sc.OpenOffice.org

OpenOffice.org 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 http://sc.openoffice.org

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