SoftoRooM LifeRooM Whois RSS GZip WAP Поиск Правила Помощь Disclaimer
Твой софтовый форумТвой софтовый форумТвой софтовый форумТвой софтовый форум

Здравствуйте Гость ( Вход | Регистрация )

Gnumeric 1.9.0 (1.8.3)


 
post 11.09.2005 - 6:36
Отправлено #1
ЭЖД



профи!
[SoftoRooMTeaM] Group Icon

Профиль
Группа: СуперМодераторы
Сообщений: 8.360
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 381
-----XX---




Твой софтовый форум

ph34r.gif Gnumeric 1.5.9

Твой софтовый форум

Gnumeric в особом представлении не нуждается, одно только перечисление форматов, с которыми он работает говорит о многом: MS Excel, Lotus, Applix, Quattro Pro, OpenCalc, XBase, DIF, SYLK, HTML, Psion, MPS, oleo, sc, misc, простой текст, свой родной XML, Latex... В текущем нестабильном релизе решены проблемы с диалогом управления таблицей, исправлены давние ошибки.

Home_http://www.gnome.org/projects/gnumeric/
Downloads (~12 Mb)_http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.5/gnumeric-1.5.90.tar.bz2
Stable_http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.4/gnumeric-1.4.3.tar.gz
User is offlineProfile CardPM
Go to the top of the pageGo to the end of the page
+Quote Post

 
Reply to this topicStart new topicStart Poll
Ответов(1 - 8)
 
post 16.10.2005 - 2:38
Отправлено #2
ЭЖД



профи!
[SoftoRooMTeaM] Group Icon

Профиль
Группа: СуперМодераторы
Сообщений: 8.360
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 381
-----XX---




ph34r.gif Gnumeric 1.6.0

Downloads_http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.6/gnumeric-1.6.0.tar.bz2
User is offlineProfile CardPM
Go to the top of the pageGo to the end of the page
+Quote Post

 
post 16.02.2007 - 8:21
Отправлено #3
de1ay



xor xor
[SoftoRooMTeaM] Group Icon

Профиль
Группа: СуперМодераторы
Сообщений: 4.080
Регистрация: 14.10.2005
Из: EU
Пользователь №: 1.010


Респектов: 692
-----XXXX-




Gnumeric 1.7.6 aka "SAXy Cleopatra"

QUOTE
Gnumeric 1.7.6 requires the newly released Goffice 0.3.5

Jody
    * Fix sax import of autofilters. [Bug 383400].
    * Fix autofilter lists with only 1 combo. [Bug 383400].
    * Implement sax import of sheet objects.
    * Implement List and Combo objects.
    * Avoid pixel dirt when drawing hidden cursor. [Bug 365960].
    * XLSX support for import and export of autofilters.
    * Right click on combos/list always brings up popup. [Bug 135966].

Morten
    * Fix title problem. [Bug 382643].
    * Fix sax loading of comments.
    * Fix scaling and rtl orientation of comment marker. [Bug 381700].
    * Set a saver after loading with the sax loader.
    * Implement undo for sheet object widgets. [Bug 384136].
    * Work around a gcc bug.
    * Improve number formatting.

user posted image Скачать:
http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.7/gnumeric-1.7.6.tar.bz2 ~12mb
MD5:
8e695eb46945d25c56e7727db8ae3e96
User is online!Profile CardPM
Go to the top of the pageGo to the end of the page
+Quote Post

 
post 16.03.2007 - 14:24
Отправлено #4
ЭЖД



профи!
[SoftoRooMTeaM] Group Icon

Профиль
Группа: СуперМодераторы
Сообщений: 8.360
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 381
-----XX---




ph34r.gif Gnumeric 1.7.8


Downloads (~13 Mb)_http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.7/gnumeric-1.7.8.tar.bz2
User is offlineProfile CardPM
Go to the top of the pageGo to the end of the page
+Quote Post

 
post 22.12.2007 - 20:02
Отправлено #5
scorpio



:)
[SoftoRooMTeaM] Group Icon

Профиль
Группа: СуперМодераторы
Сообщений: 5.835
Регистрация: 10.10.2005
Из: Earth
Пользователь №: 21


Респектов: 969
-----XXXXX




Gnumeric 1.7.91

December 2007: Gnumeric 1.7.91 is out.
This is the second release candidate leading up to 1.8.

Release 1.7.91

* src/workbook-view.c (wb_view_dispose): New function extracted
from wb_view_finalize to handle viewe-control disentanglement.
* src/workbook-control.c (wbc_dispose): Renamed from wbc_finalize and hooked up accordingly. Fixes #499680.
* src/print.c (gnm_begin_print_cb, gnm_request_page_setup_cb): Silence warnings about gtk+ workarounds.
* src/print.c (print_sheet_objects): print the sheet objects in
reverse order
* src/gnm-pane.c (gnm_pane_unrealize): Fix critical. [#499905]
* src/wbc-gtk-actions.c (common_cell_goto): Don't try to go to an invisible sheet. Fixes the part of 499723 that Sum1 hasn't even
found yet.
* src/workbook.c (workbook_cells): Considers cells in sheets only if they are sufficiently visible.
* src/search.c (gnm_search_collect_cells): Don't collect cells in
deeply hidden sheets.
* src/workbook-control.c (wb_control_parse_and_jump): Make target absolute. Fixes #499722.
* print-info.c (print_hf_new): use empty strings rather than NULL
* src/style-conditions.c (gnm_style_cond_is_valid) : make public.
* src/xml-sax-write.c (xml_write_breaks) : new. Manual enum handling for performance.
(xml_write_print_info) : use it here.
* src/xml-sax-read.c (xml_sax_attr_enum) : Use class_ref/class_unref
to force the enum to complete.
(xml_sax_page_break) : new with manual enum handling for performance.
(xml_sax_page_breaks_begin) : new.
(xml_sax_page_breaks_end) : new.
* src/sheet.c (sheet_insert_cols, sheet_insert_rows,
sheet_delete_cols, sheet_delete_rows): Initialize reloc_info.pos.
* src/dependent.c (dependents_relocate): When handling names, get
a list of the names as the hash will change during the process.
Fixes #498347.
* configure.in : post release bump to 1.7.91-rc2

_________________________________________________
Download:

http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.7/gnumeric-1.7.91.tar.bz2 ~ 13 MB

http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.7/gnumeric-1.7.91.tar.gz ~ 17 MB
User is offlineProfile CardPM
Go to the top of the pageGo to the end of the page
+Quote Post

 
post 2.01.2008 - 14:22
Отправлено #6
ЭЖД



профи!
[SoftoRooMTeaM] Group Icon

Профиль
Группа: СуперМодераторы
Сообщений: 8.360
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 381
-----XX---




ph34r.gif Gnumeric 1.8

Главная особенность релиза: теперь существует возможность импортировать и экспортировать документы в формате OOXML.

Downloads (~13,7 Mb)_ftp://ftp.gnome.org/mirror/gnome.org/sources/gnumeric/1.8/gnumeric-1.8.0.tar.bz2
User is offlineProfile CardPM
Go to the top of the pageGo to the end of the page
+Quote Post

 
post 8.03.2008 - 11:51
Отправлено #7
ЭЖД



профи!
[SoftoRooMTeaM] Group Icon

Профиль
Группа: СуперМодераторы
Сообщений: 8.360
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 381
-----XX---




ph34r.gif Gnumeric 1.8.2

Hans de Goede
Fix broken xls issues. [Bug 505330].
Jean
Fix corrupted-xls-file problems. [Bug 514513] [Bug 515343] [Bug 515873] [Bug 515876] [Bug 518939].
Morten
Fix loading of solver constraints.
Fix solver issue. [Bug 512500].
Fix corrupted-xls-file problems. [Bug 512984] [Bug 513005] [Bug 513313] [Bug 513317] [Bug 513361] [Bug 513364] [Bug 513551] [Bug 513605] [Bug 513608] [Bug 513790] [Bug 513787] [Bug 513835] [Bug 513963] [Bug 514229] [Bug 514230] [Bug 514295] [Bug 514435] [Bug 514436] [Bug 514437] [Bug 514506] [Bug 514510] [Bug 514630] [Bug 514637] [Bug 515155] [Bug 515269] [Bug 515275] [Bug 515335] [Bug 515336] [Bug 515339] [Bug 517106] [Bug 518939].
Fix non-ascii export problem. [Bug 511135].
Band-aid evaluation problem with broken xls. [Bug 513559].
Fix circular array formula problem.
Work around Qt theme bug. [Bug 512752].
Fix paste-as-text bug. [Bug 514438].
Fix corrupted-mps-bug. [Bug 517141].
Fix corrupted-qpro-bugs. [Bug 517144] [Bug 517376] [Bug 517591].
Fix corrupted-sylk-bug.
Make <control>KP_Subtract work as <control>minus. [Bug 516358].
Make <control>KP_Add work as <control>plus.
Fix corrupted-applix-bugs. [Bug 517778] [Bug 520873].
Fix sylk importer's format handling.
Fix memory allocation failure for huge .gnumeric files. [Bug 519319].
Fix mstyle problem. [Bug 519451].
Fix auto-fill problem. [Bug 519680].
Fix corrupted-gnumeric-bug. [Bug 519761].
Fix insert-time problem.

Downloads (~13,5 Mb)_ftp://ftp.gnome.org/pub/gnome/sources/gnumeric/1.8/gnumeric-1.8.2.tar.bz2
User is offlineProfile CardPM
Go to the top of the pageGo to the end of the page
+Quote Post

 
post 14.05.2008 - 16:29
Отправлено #8
ЭЖД



профи!
[SoftoRooMTeaM] Group Icon

Профиль
Группа: СуперМодераторы
Сообщений: 8.360
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 381
-----XX---




ph34r.gif Gnumeric 1.9.0

» "ChangeLog" «


Downloads (~13 Mb)_http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.9/gnumeric-1.9.0.tar.bz2
User is offlineProfile CardPM
Go to the top of the pageGo to the end of the page
+Quote Post

 
post 25.05.2008 - 7:43
Отправлено #9
ЭЖД



профи!
[SoftoRooMTeaM] Group Icon

Профиль
Группа: СуперМодераторы
Сообщений: 8.360
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 381
-----XX---




ph34r.gif gnumeric 1.8.3

This release is a bugfix release mostly fixing a large number of problems that Sum1 found by throwing random input at the GUI.
Jean
Evaluate formulas loaded from a text file. [Bug 525107].
Fix INDEX related crash. [Bug 533247].
Fix LINEST and LOGREG crashes. [Bug 533263].
Handle empty array. [Bug 533516].
Fix SUMPRODUCT criticals. [Bug 533507].
Jon Kaare
Receive clipboard from broken apps. [Bug 524756].
Nick Lamb
Honour detachable-toolbar preference. [Bug 321867].
Jody
Fix R1C1 parsing of refs followed by subtraction. [Bug 533943].
Morten
Fix SUMIF problems. [Bug 523250].
Allow opening multiple files in open dialog. [Bug 524479].
Fix check for bogus xls files. [Bug 524926].
Fix inc/dec buttons for General. [Bug 510252].
Fix CONCATENATE's empty case.
Improve performance of analysis tools for large ranges.
Fix performance repeated VLOOKUP/HLOOKUP/MATCH with constant data range. [Bug 525875].
Fix date pasting problems to/from 1904 workbooks. [Bug 490419].
Fix problems editing times. [Bug 527392].
Implement IFERROR. [Bug 445591].
Implement F9 for evaluating a selected subexpression.
Fix problem loading Quattro Pro files. [Bug 530183].
Fix right/center text for Quattro Pro files.
Fix problem with sheet changes during range selection. [Bug 529309].
Fix hang. [Bug 533288].
Fix AREAS crash. [Bug 533370].
Fix translation of function description. [Bug 533193].
Fix R.QPOIS (and related functions) hang. [Bug 533515].
Fix critical spew. [Bug 533511].
Fix OPT_BS_DELTA assert. [Bug 533656].
Fix parser crashes. [Bug 533951] [Bug 534131].
Fix RANDEXPPOW hang. [Bug 533965].
Fix array evaluation problem. [Bug 533953].
Fix COUNTBLANK crash. [Bug 534204].
Fix TREND crash. [Bug 534587].

Downloads (~13,5 Mb)_ftp://ftp.gnome.org/pub/gnome/sources/gnumeric/1.8/gnumeric-1.8.3.tar.bz2
User is offlineProfile CardPM
Go to the top of the pageGo to the end of the page
+Quote Post


Reply to this topicTopic OptionsStart new topic
 


  Яндекс цитирование   Rambler's Top100
Сейчас: 3.12.2008 - 23:02
LITE - версия | WAP - версия