Sort Score
Result 10 results
Languages All
Labels All
Results 2,531 - 2,540 of 201,343 for

aspose cells

(0.14 sec)
  1. 用C++生成工作表缩略图|Documentation

    使用Aspose.Cells for C++生成Excel工作表的缩略图作为图像。... Aspose.Cells for C++允许你将工作表输出为图像文件,从...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/generate-thumbnail...
  2. How to set AutoRecover property of Workbook wit...

    Learn how to enable or disable the AutoRecover property of a workbook using Aspose.Cells for C++....Contents [ Hide ] You can use Aspose.Cells to set the AutoRecover property...(Autosave) on that Excel file. Aspose.Cells provides the Workbook.GetAutoRecover()...

    docs.aspose.com/cells/cpp/how-to-set-autorecove...
  3. 用C++释放工作簿的未管理资源|Documentation

    学习如何使用Aspose.Cells和C++释放工作簿的未管理资源。...用C++释放工作簿的未管理资源 Contents [ Hide ] Aspose.Cells 提供 Workbook.Dispose() 方法用于释放...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/release-unmanaged-...
  4. 在使用C++进行写保护时指定作者|Documentation

    学习如何在用Aspose.Cells for C++写保护工作簿时指定作者名称。...Contents [ Hide ] 可能的使用场景 您可以在用Aspose.Cells API进行写保护时指定作者名称。请使用 Workbook...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/specify-author-whi...
  5. Support for German Locale in Named Range Formul...

    Learn how to handle named range formulae in German locale using Aspose.Cells with C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/support-for-german-lo...
  6. Create TextBox in which each line is having dif...

    Learn how to create a TextBox with different horizontal alignment for each line using Aspose.Cells with C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/create-textbox-in-whi...
  7. Generate Thumbnail of the Worksheet with C++|Do...

    Generate worksheet thumbnails as images using Aspose.Cells for C++.... Aspose.Cells for C++ allows you to output...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/generate-thumbnail-of...
  8. Render Solid Gridline while converting Excel to...

    Learn how to render solid gridlines while converting Excel to PDF using Aspose.Cells with C++....compatibility with older versions, Aspose.Cells renders gridlines as dotted...veOptions_Impl* impl) , Aspose.Cells can also render gridlines...

    docs.aspose.com/cells/cpp/render-solid-gridline...
  9. How to Remove a Formula in Excel without Removi...

    This step-by-step tutorial explains how to remove a formula in Excel without removing contents in C# .NET environment for Linux, macOS and Windows....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/cells/net/how-to-remove-excel-for...
  10. Convert Excel to Image with C++|Documentation

    Learn how to convert Excel worksheets to images, including TIFF and SVG formats, using Aspose.Cells for C++....with C++ Contents [ Hide ] Aspose.Cells allows you to export a worksheet...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/convert-excel-to-image/