简体   繁体   English

将Crystal Report rpt文件导出到Excel 不可以增长格式object

[英]Export Crystal Report rpt file to Excel without can grow format object

I am exporting Crystal Report to Excel file using Crystal Report version 13 and VS 2013.我正在使用 Crystal Report 版本 13 和 VS 2013 将 Crystal Report 导出到 Excel 文件。

When I tried to export the Crystal Report file to Excel, the columns are merged.当我尝试将 Crystal Report 文件导出到 Excel 时,列被合并。 I need to unmerge all the fields at runtime so that I can manipulate data in an Excel sheet.我需要在运行时取消合并所有字段,以便我可以操作 Excel 表中的数据。 TIA TIA

There is a 15-page SAP document describing various aspects of designing Crystal Reports so they export as expected to Excel.有一个 15 页的 SAP 文档描述了设计 Crystal Reports 的各个方面,因此它们按预期导出到 Excel。 Link is here .链接在这里 In your case, the most important guideline is probably to make sure all objects that overlap vertically are perfectly aligned and have the same width.在您的情况下,最重要的准则可能是确保垂直重叠的所有对象都完全对齐并具有相同的宽度。

You may want to consider using Excel (Data Only) export format to get better output.您可能需要考虑使用 Excel(仅数据)导出格式以获得更好的 output。 Similarly, you may find that exporting to Tab Separated (TTX) file produces cleaner output when opened in Excel.同样,当在 Excel 中打开时,您可能会发现导出到制表符分隔 (TTX) 文件会产生更清晰的 output。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM