Saratov Linux User Group
 help / color / mirror / Atom feed
From: "Ivan A. Melnikov" <ivan.a.melnikov@gmail.com>
To: faust@gmx.com,  Saratov Linux User Group Maillist <sarlug@lists.lug.ru>
Subject: Re: [Sarlug] Altlinux p6 and Apache POI
Date: Tue, 23 Dec 2014 15:47:22 +0300
Message-ID: <5499645A.2080804@gmail.com> (raw)
In-Reply-To: <548FC1AE.6040306@gmx.com>

On 16.12.2014 08:22, NIR wrote:
> Всем привет.
> 
> Возникла необходимость обрабатывать достаточно большой файл Excel
> автоматизированно. Для LibreOffice не нашёл средств автоматизации
> (макросы на StarBasic не считаются, хотя ими я тоже займусь).
[...]

У меня получалось что-то вот с этим, но совсем немного:

http://www.openoffice.org/udk/python/python-bridge.html
https://pypi.python.org/pypi/pyoo/1.0

16 декабря 2014 г., 10:46 пользователь NIR <faust@gmx.com> написал:
>
> Вот так делаю:
>
> javac -classpath /usr/share/java/apache-poi-3.6.jar App.java

Во-первых, проверьте путь, в пакетах я вижу только
/usr/share/java/poi/apache-poi-3.6.jar

Во-вторых, возможно, нужно больше джарников:

javac -classpath $(echo /usr/share/java/poi/*.jar | sed "s/\s\+/:/g")
App.java

Ну или понять, чего именно не хватает, и подабавлять в classpath.

-- 
WBR,
Ivan A. Melnikov


           reply	other threads:[~2014-12-23 12:47 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <548FC1AE.6040306@gmx.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5499645A.2080804@gmail.com \
    --to=ivan.a.melnikov@gmail.com \
    --cc=faust@gmx.com \
    --cc=sarlug@lists.lug.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Saratov Linux User Group

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sarlug/0 sarlug/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sarlug sarlug/ http://lore.altlinux.org/sarlug \
		sarlug@lists.lug.ru sarlug@lug.ru
	public-inbox-index sarlug

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sarlug


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git