Sort Score
Result 10 results
Languages All
Labels All
Results 2,851 - 2,860 of 238,873 for

aspose cells

(0.28 sec)
  1. Get Hyperlinks in Range with C++|Documentation

    Learn how to get hyperlinks in a range using the Aspose.Cells for C++ API....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); U16String srcDir ( u...

    docs.aspose.com/cells/cpp/get-hyperlinks-in-range/
  2. 使用C++获取范围内的超链接|Documentation

    通过Aspose.Cells for C++ API学习如何获取范围内的超链接。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); U16String srcDir ( u...

    docs.aspose.com/cells/zh/cpp/get-hyperlinks-in-...
  3. 使用C++将附件嵌入到PDF中|Documentation

    学习如何用C++结合Aspose.Cells将附件嵌入到PDF中。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // For complete examples...

    docs.aspose.com/cells/zh/cpp/embed-attachment-t...
  4. Tile Picture as a Texture inside the Shape with...

    Learn how to tile a picture as a texture inside a shape using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/cpp/tile-picture-as-a-tex...
  5. 使用C++创建、处理或删除工作表中的场景|Documentation

    在本文中,你将学习如何使用C++和Aspose.Cells API在Excel工作表中程序化创建、操作或删除场景。...示了如何通过Aspose.Cells API在工作簿中的工作表中创建和删除方案。 Aspose.Cells提供一些有用的类,例如...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/create-manipulate-...
  6. Signature changes of com.aspose.cells.Color.a()...

    We are using 24.6 version of Aspose Cells and the method com.Aspose.Cells.Color.a() it accepts String (color) value for ex “#151921” but now we are moving to latest Aspose Cells version 25.6 and found that com.Aspose.cel…...aspose.cells.Color.a() Aspose.Cells Product Family...Family cells-java VaradS June 17, 2025, 12:54pm 1 We are using 24...

    forum.aspose.com/t/signature-changes-of-com-asp...
  7. Get Warnings for Font Substitution while Render...

    Learn how to get warnings for font substitution when rendering Excel files to PDF using Aspose.Cells with C++....to PDF, Aspose.Cells substitutes fonts. Aspose.Cells provides...help you identify why an Aspose.Cells rendered PDF looks different...

    docs.aspose.com/cells/cpp/get-warnings-for-font...
  8. 使用aspose word 将word转成html 源文件中的表格没有边框,转出来的表格内容中...

    边框问题.zip (238.1 KB) HtmlFixedSaveOptions options = new HtmlFixedSaveOptions(); options.setUseTargetMachineFonts(false); options.setUseHighQualityRendering(true); options.setEncoding(Charset.forName("UTF-8")); options.se…...使用aspose word 将word转成html 源文件中的表格没有边框,转出来的表格内容中存在边框 中文技术支持 words-java...9:35am 2 @xiangma 您遇到的现象可能与 Aspose.Words 在使用固定格式保存选项时会把隐藏(非可见)表格边框渲染出来...

    forum.aspose.com/t/aspose-word-word-html/323607
  9. 通过C++指定数据区域和切片器组位置复制Sparkline|Documentation

    学习如何通过指定数据区域和位置使用Aspose.Cells for C++复制sparkline。...Aspose.Cells支持此功能。 在Microsoft Excel中复制火花线到其他单元格:...编辑组位置和数据 。 指定数据范围和位置。 点击 确定 。 Aspose.Cells提供 SparklineCollection.Add(dataRange...

    docs.aspose.com/cells/zh/cpp/copy-sparkline-by-...
  10. 添加数据透视连接用C++|Documentation

    学习如何使用C++通过Aspose.Cells库添加透视连接。... 类似地,如果你想使用Aspose.Cells API以编程方式关联切片器和数据透视表,请使用...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/add-pivot-connection/