This repository was archived by the owner on Feb 7, 2022. It is now read-only.
V0.2.0: 1st Version of SH/SZ Stock Helper Released
Pre-release
Pre-release
2020年7月23日发布
- 发布的、用于内部测试的第一个版本主要包含如下功能:
(1) 通过设定股票代码和起止日期来查询沪深股票分价表,并以表格形式呈现;
(2) 在查询到数据的情况下,允许导出为Excel工作簿。 - 优化呈现的表格形式,并设计包含筛选器,以及允许通过单击标题行进行数据排列。
- 优化导出的Excel工作簿内容的格式。
- 增加基本的判断逻辑,使控件展示更合理(例:股票代码不符合格式时以红色显示,并禁用查询按钮)。
已知问题:导出为Excel 97-2003工作簿(.xls)的功能暂无法正常使用,将在更新版本中修复,目前可导出为Excel工作簿(.xlsx)。
By 23 July 2020
- This 1st version is released mainly for alpha testing. The app includes the following 2 primary features:
- Search for strike prices and volumes by the symbol, start date, and end date, and display data in a data grid.
- Allow exporting to Excel, if data is not null.
- Optimise the appearance of the data grid, and include filters and sorting.
- Optimise the format of the content of Excel files exported.
- Add basic logic to make controls work in a reasonable way (e.g. disable the search button and change the text colour of the input box for the symbol from black to red if the format is incorrect).
Known issue:Failed to export as an Excel file in XLS format. It will be fixed in a later version. At present, you can export the data grid as an Excel file in XLSX format.