Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 28,172 for

data source

(0.36 sec)
  1. 使用C++识别自闭合标签|Documentation

    学习使用C++结合Aspose.Cells处理HTML中的自闭合标签的方法。...// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/zh/cpp/recognise-self-clo...
  2. Append Documents in Ruby|Aspose.Words for Java

    Append an MS Word document to other one using Ruby.... Ruby Code data_dir = File . dirname ( File...+ '/data/quickstart/' \ # Load the destination and source documents...

    docs.aspose.com/words/java/append-documents-in-...
  3. Zstandard Archives & .zstd Extension | High-Spe...

    Discover the Zstandard Archives and .zstd extension, widely known for its historical importance in software distribution and its efficient compression methods. Learn how to open and extract ZSTD files, and explore its legacy and features....Conversion Demos Documentation Source Code API Reference Overview...Conversion Demos Documentation Source Code API Reference Download...

    products.aspose.com/zip/most-common-archives/wh...
  4. Set column width to scalable unit like em or pe...

    Learn how to set column width to scalable units like em or percent using Aspose.Cells for C++.... Sample source file and output files can be...// Source directory path U16String srcDir ( u ".. \\ Data \\...

    docs.aspose.com/cells/cpp/set-column-width-to-s...
  5. Working with Hyperlinks|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....used to add a shape’s hyperlink data. To identify properties in Microsoft...OK button A shape’s hyperlink data, as seen in Microsoft Visio...

    docs.aspose.com/diagram/java/working-with-hyper...
  6. Aspose java cells fails to open files - Free Su...

    Hi when trying to open a xls file using: String inputPath = ""; try { LoadOptions opts = new LoadOptions(); book = new Workbook(inputPath, opts); } catch (Exception e) { }…...J(Unknown Source) com.aspose.cells.o3g.v(Unknown Source) com.aspose...a(Unknown Source) com.aspose.cells.o3g.a(Unknown Source) com.aspose...

    forum.aspose.com/t/aspose-java-cells-fails-to-o...
  7. ImageFieldMergingArgs.ImageHeight | Aspose.Word...

    Set the ImageHeight in ImageFieldMergingArgs to customize image size for your document, enhancing visual appeal and clarity....that will accept images from a source during a mail merge. Use the...reference // a column in the data source containing local system filenames...

    reference.aspose.com/words/net/aspose.words.mai...
  8. Public API Changes in Aspose.Cells 8.3.1|Docume...

    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....functionality of formatting a chart’s data labels at run‑time. Please note...the following steps. Select Data Labels of the series and right‑click...

    docs.aspose.com/cells/java/public-api-changes-i...
  9. 用C++读写带有查询表数据源的表格|Documentation

    学习如何用Aspose.Cells for C++读写带有QueryTable为数据源的表格。...// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/zh/cpp/read-and-write-tab...
  10. 使用C++复制Excel中的范围|Documentation

    学习如何使用Aspose.Cells与C++复制Excel中的范围。..."A1" , u "A2" ); // Input some data with some formattings into //...u "B1" , u "B2" ); // Copy source range to target range in the...

    docs.aspose.com/cells/zh/cpp/copy-ranges-of-excel/