Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 83,413 for

xlsm

(1.27 sec)
  1. 为表单控件分配宏代码(如按钮)|Documentation

    学习如何使用Aspose.Cells for C++将宏代码分配给按钮等表单控件。... 以下示例创建一个新工作簿,将宏代码分配给表单按钮,并以XLSM格式保存。当在Microsoft Excel中打开该文件时,将看到如下宏代码。...End Sub 在C++中将宏分配给表单控件 以下是生成输出XLSM文件的示例代码 #include <iostream> #include...

    docs.aspose.com/cells/zh/cpp/assign-macro-to-fo...
  2. Supported File Formats|Aspose.PDF for Python vi...

    This page shows which Aspose.PDF for Python via .NET can load and save file formats....Presentations format XLSM Saves the document in the XLSM format that is...

    docs.aspose.com/pdf/python-net/supported-file-f...
  3. 使用JavaScript通过C++检查VBA代码的数字签名是否有效|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++检查VBA代码数字签名的有效性。...xlsm,.csv" /> < button id = "runExample"...select an Excel file (preferably .xlsm).</p>' ; return ; } const file...

    docs.aspose.com/cells/zh/javascript-cpp/check-i...
  4. 不同的文件,设置cellshelper.dpi=120后再设置相同列宽,结果不一致 - Fre...

    不同的文件(一个是已存在文件,一个是使用aspose.cells生成的),设置cellshelper.dpi=120后再设置相同列宽,结果不一致。原因是什么?如何让test1.Xlsm可以按照设置的DPI,设置列宽? public static void Run5() { CellsHelper.DPI = 120; string file_path1 = "C:\\Users\\jlt\\Documents\\test1.xl…...xlsm可以按照设置的DPI,设置列宽? public static..."C:\\Users\\jlt\\Documents\\test1.xlsm"; string file_path2 = "C:\\...

    forum.aspose.com/t/cellshelper-dpi-120/322191
  5. 预览文档|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....2003 XLSX – Office Open XML XLSM, XLTX, XLTM – Office Open XML...

    docs.aspose.com/cells/zh/sharepoint/previewing-...
  6. Open Different Microsoft Excel Versions Files|D...

    This article explains how to open different Excel versions files using Aspose.Cells for Python via .NET API....formats, including XLS, XLSX, XLSM, XLSB, SpreadsheetML, Tab‑Delimited...19 and Office 365 XLSX file XLSM Represents an Excel 2007/2010/2013/2016/2019...

    docs.aspose.com/cells/python-net/opening-differ...
  7. Previewing document|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....97‑2003 XLSX – Office Open XML XLSM, XLTX, XLTM – Office Open XML...

    docs.aspose.com/cells/sharepoint/previewing-doc...
  8. 在加载工作簿时使用C++过滤VBA项目|Documentation

    了解如何在使用Aspose.Cells与C++加载Excel工作簿时过滤VBA项目。...xlsm/.xslb文件包含大量宏(或非常长的宏)。Aspose...的示例文件: sampleMacroEnabledWo.xlsm #include <iostream> #include...

    docs.aspose.com/cells/zh/cpp/filter-vba-project...
  9. Opening Different Microsoft Excel Versions File...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....formats, including XLS, XLSX, XLSM, XLSB, SpreadsheetML, TabDelimited...19 and Office 365 XLSX file XLSM Represents an Excel 2007/2010/2013/2016/2019...

    docs.aspose.com/cells/java/opening-different-mi...
  10. 用C++管理Excel宏启用工作簿的VBA代码|Documentation

    在C++中添加VBA模块并修改VBA或宏,使用Aspose.Cells库。...以下示例代码创建一个新工作簿,添加一个VBA模块和宏代码,并以XLSM格式保存。打开输出的XLSM文件在Microsoft Excel中,点击..." End Sub 以下是生成带有VBA模块和宏代码的输出XLSM文件的示例代码。 #include <iostream>...

    docs.aspose.com/cells/zh/cpp/manage-vba-project/