the class Main method createOOoError.
Example 2 with PropertyValue
the class MainTest method testDoProofreading.
Example 3 with PropertyValue
the class MainTest method testVariants.
Example 4 with PropertyValue
the class AbstractOpenOfficeDocumentConverter method toPropertyValues.
Example 5 with PropertyValue
the class AbstractOpenOfficeDocumentConverter method property.
specifies a property value. More.
Public Attributes
Detailed Description
specifies a property value.
Member Data Documentation
long Handle |
contains an implementation-specific handle for the property.
It may be -1 if the implementation has no handle. If available it can be used for fast lookups.
string Name |
specifies the name of the property.
The name is unique within a sequence of PropertyValues. Upper and lower case are distinguished.
com::sun::star::beans::PropertyState State |
determines if the value comes from the object itself or from a default and if the value cannot be determined exactly.
any Value |
contains the value of the property or VOID , if no value is available.
Excel
Нумерация строк и колонок начинается с 1!
http://www.1c-h.ru/?p=238 — перечислено множество функций для 1С 7.7 и 8.х
Открыть файл
Отключаем всякие вопросы со стороны Excel
Узнать количество строк и столбцов
Закрыть файл
Прочитать значение из ячейки
OpenOffice/LibreOffice
Нумерация колонок и строк начинается с 0!
Открыть документ
и функция ConvertToURL:
Узнать количество строк и столбцов
Закрыть файл
Прочитать значение из ячейки
Читаем как строку:
ADODB
Данный метод обладает гораздо большей производительностью и простотой, чем банальный объектный метод через COM соединение.
Все что потребуется это создание 2 объектов
Здесь универсальная обработка по загрузке Номенклатуры из Excel: