Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 6,375 for

api cleanup

(0.32 sec)
  1. Convert-Excel-to-JSON with C++|Documentation

    Learn how to convert Excel file to JSON with Aspose.Cells using C++....Cells API provides support for converting...endl ; Aspose :: Cells :: Cleanup (); } The following code example...

    docs.aspose.com/cells/cpp/convert-excel-to-json/
  2. 在 C++ 中使用 Aspose.Cells for C++ API 对字体应用上标和下标效果...

    使用 Aspose.Cells for C++ Api,在 C++ 中对 Excel 中文本应用上标和下标效果的代码示例。...Cells for C++ API 对字体应用上标和下标效果 Contents [ Hide...endl ; Aspose :: Cells :: Cleanup (); } 用 C++ 应用下标效果的代码 #include...

    docs.aspose.com/cells/zh/cpp/apply-superscript-...
  3. 使用 C++ 移除 ActiveX 控件|Documentation

    学习如何使用 Aspose.Cells for C++ 从工作簿中删除 ActiveX 控件。...为此,API 提供了 Shape.RemoveActiveXControl...endl ; Aspose :: Cells :: Cleanup (); } AI Document Assistant...

    docs.aspose.com/cells/zh/cpp/remove-activex-con...
  4. 用C++将CSV、TSV和TXT转换为Excel|Documentation

    学习如何使用Aspose.Cells for C++将CSV、TSV和TXT文件转换为Excel。...endl ; Aspose :: Cells :: Cleanup (); } 打开CSV文件及替换无效字符 在Exce...在Excel中打开带特殊字符的CSV文件时,字符会自动被替换。Aspose.Cells API也会执行相同操作,示例代码如下。 // Fix BOM issue...

    docs.aspose.com/cells/zh/cpp/convert-csv-tsv-an...
  5. 操作位置、大小和设计图表的方法(C++)|Documentation

    学习如何使用Aspose.Cells for C++高效操作Microsoft Excel中的位置、大小和设计图表。我们的指南将演示如何调整这些属性以改善布局和可视化效果。...GetWidth() 以下示例解释了上述API的使用方法,它加载包含图表的现有工作簿的第一个工作表。然后使用Aspose...endl ; Aspose :: Cells :: Cleanup (); } 操作设计图表 有时需要在设计模板文件中操纵或修改图表。Aspose...

    docs.aspose.com/cells/zh/cpp/manipulate-positio...
  6. Manipulate Position Size and Designer Chart wit...

    Learn how to use Aspose.Cells for C++ to effectively manipulate the position, size, and designer chart in Microsoft Excel. Our guide will demonstrate how to adjust these properties for improved layout and visualization....explains the usage of the above APIs; it loads an existing workbook...endl ; Aspose :: Cells :: Cleanup (); } Manipulating Designer...

    docs.aspose.com/cells/cpp/manipulate-position-s...
  7. Შეკუმშოს DOCX C++

    შეკუმშოს DOCX C++ ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ DOCX კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....დეველოპერებს აძლევს ინტეგრირებულ API ს DOCX კონტენტის ოპტიმიზაციისთვის...<Document>( u"Input.docx" ); doc-> Cleanup (); auto nodes = doc-> GetChildNodes...

    products.aspose.com/words/ka/cpp/compress/docx/
  8. Შეკუმშოს WORD C++

    შეკუმშოს WORD C++ ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ WORD კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....დეველოპერებს აძლევს ინტეგრირებულ API ს Word კონტენტის ოპტიმიზაციისთვის...<Document>( u"Input.docx" ); doc-> Cleanup (); auto nodes = doc-> GetChildNodes...

    products.aspose.com/words/ka/cpp/compress/word/
  9. Შეკუმშოს HTML C++

    შეკუმშოს HTML C++ ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ HTML კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....დეველოპერებს აძლევს ინტეგრირებულ API ს HTML კონტენტის ოპტიმიზაციისთვის...<Document>( u"Input.html" ); doc-> Cleanup (); auto nodes = doc-> GetChildNodes...

    products.aspose.com/words/ka/cpp/compress/html/
  10. Remove ActiveX Control with C++|Documentation

    Learn how to remove ActiveX Control from workbooks using Aspose.Cells for C++.... For this, the API provides the Shape.RemoveActiveXControl...endl ; Aspose :: Cells :: Cleanup (); } AI Document Assistant...

    docs.aspose.com/cells/cpp/remove-activex-control/