Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 6,386 for

api cleanup

(0.09 sec)
  1. Copy Page Setup Settings from Source Worksheet ...

    This article explains how to use the C++ Api or library sample code to copy Page Setup settings from a source worksheet into a destination worksheet programmatically....Cells APIs. Copy Page Setup Settings from...endl ; Aspose :: Cells :: Cleanup (); return 0 ; } Console Output...

    docs.aspose.com/cells/cpp/copy-page-setup-setti...
  2. Filtering the kind of data while loading the wo...

    Learn how to filter specific data types while loading a workbook from a template file using Aspose.Cells with C++....especially when using LightCells APIs . Please use the LoadOptions...endl ; Aspose :: Cells :: Cleanup (); } AI Document Assistant...

    docs.aspose.com/cells/cpp/filtering-the-kind-of...
  3. 用 C++ 添加带内置样式的文字艺术(WordArt)文本|Documentation

    学习如何用 Aspose.Cells for C++ 添加带内置样式的文字艺术文本。...WordArtStyle1 , u "Aspose File Format APIs" , 0 , 0 , 0 , 0 , 100 , 800...WordArtStyle2 , u "Aspose File Format APIs" , 10 , 0 , 0 , 0 , 100 , 800...

    docs.aspose.com/cells/zh/cpp/add-word-art-text-...
  4. Add Word Art Text with Built-in Styles with C++...

    Learn how to add Word Art Text with Built-in Styles using Aspose.Cells for C++....WordArtStyle1 , u "Aspose File Format APIs" , 0 , 0 , 0 , 0 , 100 , 800...WordArtStyle2 , u "Aspose File Format APIs" , 10 , 0 , 0 , 0 , 100 , 800...

    docs.aspose.com/cells/cpp/add-word-art-text-wit...
  5. 用C++向Excel插入背景图片|Documentation

    “如何用Aspose.Cells for C++向Excel插入背景图片。”...Cells API设置工作表的背景图片。 在Microsoft Excel中设置工作表背景...endl ; Aspose :: Cells :: Cleanup (); return 0 ; } 相关文章 在ODS文件中处理背景...

    docs.aspose.com/cells/zh/cpp/insert-background-...
  6. How to Add/Insert TextBox to Worksheet with C++...

    How to add/insert a TextBox to a worksheet in Aspose.Cells with C++....Cells provides an API to easily perform bulk inserts...endl ; Aspose :: Cells :: Cleanup (); } You will get a file similar...

    docs.aspose.com/cells/cpp/add-text-box-to-works...
  7. 页面设置与打印选项(C++)|Documentation

    配置页面设置和打印参数以控制打印过程,使用Aspose.Cells与C++。...Cells API对工作表应用页面设置和打印参数。 处理页面和打印设置 在本示例中,我们在Microsoft...Cells\Bin\Net1.0\Aspose.Cells.dll 编写调用 API 的应用程序: #include <iostream> #include...

    docs.aspose.com/cells/zh/cpp/page-setup-and-pri...
  8. Setting Strong Encryption Type with C++|Documen...

    Learn how to apply strong encryption and password protection to Excel files using Aspose.Cells with C++....Cells API. Applying Encryption with Microsoft...endl ; Aspose :: Cells :: Cleanup (); } AI Document Assistant...

    docs.aspose.com/cells/cpp/setting-strong-encryp...
  9. Get Warnings while Loading Excel File with C++|...

    Learn how to catch and handle warnings while loading Excel files using Aspose.Cells for C++....endl ; Aspose :: Cells :: Cleanup (); return 0 ; } Console Output...long with C++ Using LightCells API with C++ Analyzing your prompt...

    docs.aspose.com/cells/cpp/get-warnings-while-lo...
  10. Convert CSV to JSON with C++|Documentation

    Convert a CSV file to JSON by using the simple-to-use Aspose.Cells for C++ Api.... For this, the API provides ExportRangeToJsonOpt...endl ; Aspose :: Cells :: Cleanup (); } Console Output [ { "id"...

    docs.aspose.com/cells/cpp/convert-csv-to-json/