Opened 15 years ago
Closed 15 years ago
#1100 closed task (fixed)
New function Excel.ReadSeries
| Reported by: | Jorge | Owned by: | Jorge |
|---|---|---|---|
| Priority: | highest | Milestone: | Mantainance |
| Component: | Excel API | Version: | 2.0.1 |
| Severity: | critical | Keywords: | |
| Cc: |
Description
It is requested the implementation of a function to read a set of series from a worksheet:
Set Excel.ReadSeries( Real handle, Anything cornerLeftTop, Anything cornerRightBottom [, TimeSet dating ] );
The range defined by [cornerLeftTop,cornerRightBottom] is such as the first column is considered as the dates supporting the series data which are specified from the second column on.
Change History (5)
comment:1 Changed 15 years ago by
| Status: | new → accepted |
|---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
comment:4 Changed 15 years ago by
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
Description of function tells nothing about default value of dating optional argument.
It should be some like this
Set Excel.ReadSeries( Real handle, Anything cornerLeftTop, Anything cornerRightBottom [, TimeSet dating = C] );
It could be also a good feature to get the missed argument dating from de first row of the first columns, like in BDT files. Only if this cell is empty or is not a valid TimeSet then default value C will be taken.
comment:5 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
These last proposal can be performed in ImportExport::@Excel

(In [3213]) refs #1100 test code