libre-office-calc.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "comment": "The spreadsheet component of the LibreOffice software package.",
  3. "formats_read": [
  4. "numbers",
  5. "csv",
  6. "dif",
  7. "dbf",
  8. "gnm",
  9. "gnumeric",
  10. "123",
  11. "wks",
  12. "wks1",
  13. "wk2",
  14. "wk3",
  15. "wk4",
  16. "xls",
  17. "xlw",
  18. "xlt",
  19. "xlsx",
  20. "xltx",
  21. "xlsm",
  22. "xltm",
  23. "iqy",
  24. "pxl",
  25. "ods",
  26. "fods",
  27. "ots",
  28. "sxc",
  29. "stc",
  30. "wb2",
  31. "wq1",
  32. "wq2",
  33. "sdc",
  34. "vor",
  35. "slk"
  36. ],
  37. "formats_write": [
  38. "numbers",
  39. "csv",
  40. "dif",
  41. "dbf",
  42. "123",
  43. "wks",
  44. "wks1",
  45. "wk2",
  46. "wk3",
  47. "wk4",
  48. "xls",
  49. "xlw",
  50. "xlt",
  51. "xlsx",
  52. "xltx",
  53. "xlsm",
  54. "xltm",
  55. "iqy",
  56. "pxl",
  57. "ods",
  58. "fods",
  59. "ots",
  60. "sxc",
  61. "stc",
  62. "wb2",
  63. "wq1",
  64. "wq2",
  65. "sdc",
  66. "vor",
  67. "slk"
  68. ],
  69. "generic_name": [
  70. "Office",
  71. "Spreadsheet"
  72. ],
  73. "interface": [
  74. "Qt"
  75. ],
  76. "issues": [],
  77. "languages": [
  78. "C",
  79. "C++"
  80. ],
  81. "licenses": [
  82. "MPL-2.0",
  83. "LGPL-3.0-or-later",
  84. "Apache-2.0"
  85. ],
  86. "links": {
  87. "git": "https://www.libreoffice.org/about-us/source-code/",
  88. "icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/80/LibreOffice_6.1_Calc_Icon.svg/64px-LibreOffice_6.1_Calc_Icon.svg.png",
  89. "website": "https://www.libreoffice.org/discover/calc/",
  90. "wikipedia": "https://en.wikipedia.org/wiki/LibreOffice_Calc"
  91. },
  92. "names": [
  93. "LibreOffice Calc",
  94. "Calc"
  95. ],
  96. "networks_read": [],
  97. "networks_write": [],
  98. "platforms": [
  99. "GNU/Linux",
  100. "Windows",
  101. "macOS",
  102. "BSD"
  103. ]
  104. }