Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 28,317 for

data source

(0.22 sec)
  1. Replace text in SmartArt with C++|Documentation

    Learn how to update text in SmartArt using Aspose.Cells for C++ by setting the Shape.Text property.... The sample source file can be downloaded from...U16String srcDir ( u ".. \\ Data \\ 01_SourceDirectory \\ " );...

    docs.aspose.com/cells/cpp/replace-text-in-smart...
  2. WarningType | Aspose.Words for Java

    Specifies the type of a warning that is issued by Aspose.Words during document loading or saving in Java....font from the available font sources. // Open a document that contains...not exist in any of our font sources. Document doc = new Document(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  3. 用C++插入切片器|Documentation

    使用Aspose.Cells结合C++管理Excel文件中的切片器。...// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/zh/cpp/create-slicer/
  4. Several DOC Into PNG C++

    Merge multiple DOC into PNG in C++ code. Save DOC as PNG using C++....<Document>(fileName); // Append the source document to the end of the...your C++ project. Open the source DOC file in C++. Convert several...

    products.aspose.com/words/cpp/merge/doc-to-png/
  5. Several TEXT Into PDF C++

    Merge multiple TEXT into PDF in C++ code. Save TEXT as PDF using C++....<Document>(fileName); // Append the source document to the end of the...your C++ project. Open the source text file in C++. Convert several...

    products.aspose.com/words/cpp/merge/text-to-pdf/
  6. Several WORD Into PDF C++

    Merge multiple a Word document into PDF in C++ code. Save a Word document as PDF using C++....<Document>(fileName); // Append the source document to the end of the...your C++ project. Open the source Word file in C++. Convert several...

    products.aspose.com/words/cpp/merge/word-to-pdf/
  7. How to Create Excel Chart in Java

    In this tutorial you will learn how to create Excel chart in Java by writing a simple code. Using these steps creating Excel chart in Java is easier on Windows, Linux and macOS etc....fill data manually or import data from some external source to...the first sheet and fill in data to be rendered in the chart...

    kb.aspose.com/cells/java/how-to-create-excel-ch...
  8. Check Barcode Recognition Quality|Documentation

    This article describes how to verify barcode recognition quality...that the source barcode is incorrect and its input data has been...and place orientation in the source image, as well as partially...

    docs.aspose.com/barcode/cpp/check-recognition-q...
  9. Calculate Formulas with C++|Documentation

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/cpp/calculate-formulas/
  10. Refresh and Calculate Pivot Table having Calcul...

    This article shows how to refresh and calculate a pivot table having calculated items with Aspose.Cells for Python via .NET....refresh_data and PivotTable.calculate_data as usual to perform...following sample code loads the source Excel file which contains a...

    docs.aspose.com/cells/python-net/refresh-and-ca...