Aspose.Grid.WebをAspose.Cells.GridWebにアップグレードする

Aspose.Cells.GridWebにアップグレードする

Aspose.Grid.Webのユーザーは、新しいAspose.Cells.GridWebを使用する際に問題に遭遇する可能性があります。 Aspose.Grid.WebはAspose.Cellsの一部として名前が変更され、旧バージョンのコントロールの継続や修正は行わないことに留意する必要があります。

最新のAspose.Cells.GridWebコンポーネントへのアップグレードは難しくありません。

以下は、変更された名前空間リストとその他の属性/タグです:

  1. Aspose.Grid.Web名前空間はAspose.Cells.GridWebに変更されました。
  2. Aspose.Grid.Web.Data名前空間はAspose.Cells.GridWeb.Dataに変更されました。
  3. Aspose.Grid.Web.Design名前空間はAspose.Cells.GridWeb.Designに変更されました。
  4. Aspose.Grid.Formula名前空間はAspose.Cells.GridFormulaに改名され、コンポーネントの最新リリースでは、該当する名前空間が公開APIから完全に削除されました。
  5. aspxフォーム内でagw:GridWebタグがacw:GridWebに変更されました。
  6. 以前のAspose.Grid.Webクライアントパスであるagw_clientはAspose.Cells.GridWebのためにacw_clientに変更されました。
  7. Web.configファイル内のクライアントパスの設定例:
 <appSettings> 

    <add key="aspose.grid.web.agw_client_path" value="/agw_client/" />

    <add key="aspose.grid.web.force_script_path" value="true" />

</appSettings>

から

 <appSettings>

    <add key="aspose.cells.gridweb.acw_client_path" value="/acw_client/" />

    <add key="aspose.cells.gridweb.force_script_path" value="true" />

</appSettings>