Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 238,873 for

aspose cells

(0.18 sec)
  1. Verify Password of Encrypted Files with C++|Doc...

    Verify the password of encrypted Excel (xlsx, xlsb, xls, xlsm) and OpenOffice (ODS) files using C++ code....are locked with a password, Aspose supports simple password verification...password of the encrypted file, Aspose.Cells for C++ provides the VerifyPassword...

    docs.aspose.com/cells/cpp/verify-password-of-en...
  2. Format and Modify Named Ranges with C++|Documen...

    Learn how to format, rename, merge, and remove named ranges in Excel files using Aspose.Cells with C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); U16String srcDir ( u...

    docs.aspose.com/cells/cpp/format-and-modify-nam...
  3. 用C++设置范围边框|Documentation

    学习如何在Aspose.Cells中用C++设置范围边框。...Aspose.Cells提供了此功能。本文提供了使用Aspose.Cells设置范围边框的示例代码。...选择所需的边框样式后,边框将应用于所选的单元格范围。 使用Aspose.Cells设置范围边框 此示例演示如何: 创建一个工作簿。...

    docs.aspose.com/cells/zh/cpp/set-range-border/
  4. 将Excel转换为Pdf、图片和其他格式(使用C++)|Documentation

    使用Aspose.Cells for C++将Excel文件转换为Word、Excel、PowerPoint、PDF、CSV、JPG、HTML、MHT、ODS、BMP、PNG、SVG、TIFF、XPS、JSON、SQL、XML等多种格式。...用C++) Contents [ Hide ] Aspose.Cells支持多种格式之间的转换。技术上,转换意味着加载一...osoft Excel文件转换为PDF的方法。 Aspose.Cells支持将Excel文件转换为PDF,并在转换过程中保持高度的视觉保真度。...

    docs.aspose.com/cells/zh/cpp/convert-workbook-t...
  5. Converting Worksheet to Image and Worksheet to ...

    Learn how to convert a worksheet to an image file and a worksheet with multiple pages to an image file per page using Aspose.Cells with C++.... Aspose.Cells supports converting worksheets...Excel files to images. Also, Aspose.Cells supports converting a workbook...

    docs.aspose.com/cells/cpp/converting-worksheet-...
  6. Populate Data First by Row then by Column with ...

    Learn how to populate data first by row then by column through the Aspose.Cells for C++ API.... If there are many cells in a worksheet and you follow...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/populate-data-first-b...
  7. Convert JSON to Excel with C++|Documentation

    Learn how to convert JSON to an Excel file with Aspose.Cells using C++....with C++ Contents [ Hide ] Aspose.Cells supports converting a JSON...Excel file, because the Aspose.Cells for C++ library provides...

    docs.aspose.com/cells/cpp/convert-json-to-excel/
  8. 使用C++将Excel转换为带提示的HTML|Documentation

    使用Aspose.Cells在C++中将Excel转换为HTML同时添加提示信息。...Aspose.Cells支持这一点,提供了 HtmlSaveOptions...<iostream> #include "Aspose.Cells.h" #include "Aspose.Cells/HtmlSaveOptions...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-h...
  9. Set Margins of Comment or Shape inside the Work...

    Learn how to set margins of comments or shapes inside a worksheet using Aspose.Cells with C++....Possible Usage Scenarios Aspose.Cells allows you to set the margins...returns an object of the Aspose.Cells.Drawing.Texts.ShapeTextAlignment...

    docs.aspose.com/cells/cpp/set-margins-of-commen...
  10. Output Blank Page when there is Nothing to Prin...

    Handle empty worksheets and print blank pages with Aspose.Cells using C++....the sheet is empty, then Aspose.Cells will not print anything...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/output-blank-page-whe...