【发布时间】:2015-03-21 11:29:00
【问题描述】:
我刚刚尝试为 DLL Aspose 单元 8.4.0 设置新的引用。而且我看到很多错误,因为新版本的 aspose 单元不支持的属性或对象。
- Aspose.Cells.Rows
-Aspose.Cells.Columns
-Aspose.Cells.Comments
-Aspose.Cells.BuiltInDocumentProperties
-Aspose.Cells.Validations
-Aspose.Cells.Styles
-Aspose.Cells.Worksheets
我在新的 8.4.0 中找到了上述内容的一些替代品。 aspose细胞;
-Aspose.Cells.Row
-Aspose.Cells.Column
-Aspose.Cells.Comment
-________
-Aspose.Cells.Validation
-Aspose.Cells.Style
-Aspose.Cells.Worksheet
我现在更改了这么多属性,但没有找到任何 BuiltInDocumentProperties。 什么可以代替这个。?有人可以帮忙吗?
【问题讨论】:
标签: cells aspose aspose-cells