Please enter search query.
Search <book_title>...
Veritas Enterprise Vault™ Compliance Accelerator 管理指南
Last Published:
2021-04-08
Product(s):
Enterprise Vault (14.1)
- Compliance Accelerator簡介
- Compliance Accelerator 用戶端簡介
- 設定員工及員工群組
- 使用部門
- 搜尋項目
- 手動檢閱項目
- 使用調查資料夾
- 匯出項目
- 建立與檢視報告
- 附錄 A. 自訂 Compliance Accelerator
- 附錄 B. 從 XML 檔案匯入組態資料
- 附錄 C. 疑難排解
- Compliance Accelerator 報告的問題
您匯出成 CSV 的報告可能無法在 Microsoft Excel 中正常開啟
SQL Reporting Services 匯出 CSV 檔案時預設會使用 Unicode 編碼,而非 ANSI 編碼。Unicode 編碼的 CSV 檔案在 Microsoft Excel 中開啟時無法正常列表顯示。
解決此問題
- 在 SQL Reporting Services 安裝資料夾中,找出檔案
rsreportserver.config
。 - 在文字編輯器 (如 Windows「記事本」) 中開啟檔案。
- 使用標記 <!-- 和 --> 括住下列文字區塊,以略過文字區塊:
<Extension Name="CSV" Type="Microsoft.ReportingServices.Rendering. CsvRenderer.CsvReport, Microsoft.ReportingServices.CsvRendering"/>
- 新增下列文字區塊:
<Extension Name="CSV" Type="Microsoft.ReportingServices.Rendering. CsvRenderer.CsvReport, Microsoft.ReportingServices.CsvRendering"> <Configuration> <DeviceInfo> <Encoding>ASCII</Encoding> </DeviceInfo> </Configuration> </Extension>
- 儲存並關閉檔案。
編輯組態檔案之後,SQL Reporting Services 就會忽略初始報告中儲存的任何 Unicode 字元。