Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 28,279 for

data source

(0.15 sec)
  1. 用 C++ 将 Excel 转换为 JSON|Documentation

    学习如何使用 Aspose.Cells 和 C++ 将 Excel 文件转换为 JSON。...// For complete examples and data files, please go to https://github...e.Cells-for-C // Load your source workbook U16String inputFilePath...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-j...
  2. An error occurred in the Contacts module while ...

    I am using the Aspose.Email API (licensed version). I was retrieving the contact Data, but it throws the exception: “Not a valid Win32 FileTime”. They receive the contact Data item-wise, so please add this as well....I was retrieving the contact data, but it throws the exception:...FileTime” . They receive the contact data item-wise , so please add this...

    forum.aspose.com/t/an-error-occurred-in-the-con...
  3. How to add a PivotChart with Golang via C++|Doc...

    How to add a PivotChart using Aspose.Cells with Golang via C++....visual representation of the data in a pivot table. Pivot charts...explore, and present summary data. Here are some key features...

    docs.aspose.com/cells/go-cpp/how-to-add-pivot-c...
  4. Aspose::Words::Drawing::ImageData::get_ChromaKe...

    Aspose::Words::Drawing::ImageData::get_ChromaKey method. Defines the color value of the image that will be treated as transparent in C++....how to edit a shape’s image data. auto imgSourceDoc = System...// Import a shape from the source document and append it to the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Aspose::Words::Drawing::ImageData::get_Title me...

    Aspose::Words::Drawing::ImageData::get_Title method. Defines the title of an image in C++....how to edit a shape’s image data. auto imgSourceDoc = System...// Import a shape from the source document and append it to the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Freeze Top Row(s) of Excel Worksheet|Documentation

    In this article, you will learn how to freeze top rows of Excel worksheets programmatically using Aspose.Cells for Python via .NET APIs....When you have a huge amount of data under a common heading, you...portion even when the rest of the data is being scrolled. You can easily...

    docs.aspose.com/cells/python-net/how-to-freeze-...
  7. Update CSV File using .NET | products.aspose.com

    Modify CSV documents in C# VB.NET applications without using Microsoft Excel....Workbook class object having the source CSV file as parameter Access...Insert new data in the accessed cell using PutValue(data) method...

    products.aspose.com/total/net/update/csv/
  8. 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...
  9. ChartNumberFormat.format_code property | Aspose...

    ChartNumberFormat.format_code property. Gets or sets the format code applied to a Data label....the format code applied to a data label. @property def format_code...change the way a value appears in data label and can be used in some...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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/