Sort Score
Result 10 results
Languages All
Labels All
Results 3,511 - 3,520 of 204,310 for

excel

(0.52 sec)
  1. 使用Aspose.Cells用C++修改现有SQL数据连接|Documentation

    学习如何使用Aspose.Cells和C++修改Excel文件中的现有SQL数据连接。...你可以通过 数据 > 连接 菜单命令在Microsoft Excel中添加或查看数据连接。 同样,Aspose.Cells提供了访问和修改数据连接的方法,使用...接下载用于此代码的源Excel文件和代码生成的输出Excel文件。 源Excel文件 输出Excel文件 #include...

    docs.aspose.com/cells/zh/cpp/modify-existing-sq...
  2. 用 Python.NET 将单元格添加到 Microsoft Excel 公式监视窗口中|Do...

    学习如何使用Aspose.Cells for Python via .NET在Excel的公式观察窗口中监视单元格。包括代码示例和API参考。...NET 将单元格添加到 Microsoft Excel 公式监视窗口中 Contents [ Hide ] 可能的使用场景...可能的使用场景 Microsoft Excel 的监视窗口是一个方便的工具,用于在专用窗口中监控单元格值和公式。你可以通过导航到...

    docs.aspose.com/cells/zh/python-net/add-cells-t...
  3. 在Ruby中将HTML文件转换为Excel电子表格|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....在Ruby中将HTML文件转换为Excel电子表格 Contents [ Hide ] Aspose.Cells - 将HTML文件转换为Excel电子表格...将HTML文件转换为Excel电子表格 使用Ruby中的Aspose.Cells for Java将HTML转换为电子表格...

    docs.aspose.com/cells/zh/java/converting-html-f...
  4. 无图表加载源Excel文件|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....无图表加载源Excel文件 Contents [ Hide ] Aspose.Cells允许你加载没有图表的Excel文件。请使用LoadOptions...LoadFilter属性来实现这一目的。 无图表加载源Excel文件 以下示例代码加载没有图表的样本Excel文件,并将其保存为输出PDF格式。...

    docs.aspose.com/cells/zh/java/load-source-excel...
  5. 指定如何在输出的PDF和图片中交叉字符串,用JavaScript via C++|Docume...

    学习如何通过指定交叉类型控制输出PDF/图片中的文本溢出,使用Aspose.Cells for JavaScript via C++。...当你将 Excel 文件保存为 PDF/图片时,可以通过使用 TextCrossType...TextCrossType.Default :显示文本,类似于 MS Excel,其取决于下一单元格。如果下一单元格为空,字符串将溢出或截断。...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  6. 使用 JavaScript 和 C++ 显示或隐藏网格线以及行列标题|Documentation

    本文提供了使用 C++ 的 JavaScript API 的示例代码,用于以编程方式隐藏或显示 Excel 工作表的网格线、行和列标题。... 显示和隐藏网格线 所有Excel工作表默认情况下都有网格线。它们有助于划分单元格,便于将...Cells提供了一个类 Workbook ,代表一个Microsoft Excel文件。 Workbook 类包含一个 Workbook.worksheets...

    docs.aspose.com/cells/zh/javascript-cpp/show-an...
  7. Reading and Writing Query Table of Worksheet wi...

    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....can view them in Microsoft Excel via Data > Connections > Properties...source Excel file used in this code and the output Excel file generated...

    docs.aspose.com/cells/javascript-cpp/reading-an...
  8. A cell with Pythong only shows =_xlws.PY(0,1) w...

    Hi there, I added a python script with =py(…) in Excel. I loaded the file with aspose.cells, but when accessing the cell A1 and reading the formula (with c.formula) I only get “=_xlws.PY(0,1)”. I would like to have the s…...python script with =py(…) in Excel. I loaded the file with aspose...=PY(print(‘Hello Python in Excel’)) Thanks in advance. Professionalize...

    forum.aspose.com/t/a-cell-with-pythong-only-sho...
  9. Specify how to cross a string in output HTML us...

    Learn how to control string overflow in HTML output using Aspose.Cells for C++ with HtmlCrossType.... When you save your Excel file to HTML, you can control...Default : Displays like MS Excel; depends on the next cell. If...

    docs.aspose.com/cells/go-cpp/specify-how-to-cro...
  10. Delete Named Ranges with Golang via C++|Documen...

    Learn how to remove defined names or named ranges from Excel or OpenOffice files using Aspose.Cells for C++....defined names or named ranges in Excel files, we have to clear some...Range in MS Excel To remove a named range from Excel, you can follow...

    docs.aspose.com/cells/go-cpp/delete-named-ranges/