Sort Score
Result 10 results
Languages All
Labels All
Results 5,701 - 5,710 of 103,884 for

workbook

(0.08 sec)
  1. Redact XLS Spreadsheet Online or using C++ | pr...

    Open and redact XLS document online via app for free. C++ API code to search and replace XLS text....project Load XLS file using Workbook class Define the ReplaceOptions...find and replace in whole workbook Save the XLS Spreadsheet C++...

    products.aspose.com/total/cpp/redact/xls/
  2. Redact Excel Spreadsheet Online or using C++ | ...

    Open and redact Excel document online via app for free. C++ API code to search and replace Excel text....project Load Excel file using Workbook class Define the ReplaceOptions...find and replace in whole workbook Save the Excel Spreadsheet...

    products.aspose.com/total/cpp/redact/excel/
  3. Convert XSLFO to EXCEL in Android Apps | produc...

    Render XSLFO to EXCEL in Android Apps API without using Microsoft Excel or Adobe Reader...Load XLSX document by using Workbook class Save the document to...protectSharedWorkboo method of Workbook class. Explore XSLFO Conversion...

    products.aspose.com/total/android-java/conversi...
  4. Convert XSLFO to XLSM in Android Apps | product...

    Render XSLFO to XLSM in Android Apps API without using Microsoft Excel or Adobe Reader...Load XLSX document by using Workbook class Save the document to...protectSharedWorkboo method of Workbook class. Explore XSLFO Conversion...

    products.aspose.com/total/android-java/conversi...
  5. Convert XSLFO to FODS in Android Apps | product...

    Render XSLFO to FODS in Android Apps API without using Microsoft Excel or Adobe Reader...Load XLSX document by using Workbook class Save the document to...protectSharedWorkboo method of Workbook class. Explore XSLFO Conversion...

    products.aspose.com/total/android-java/conversi...
  6. How to Add Filter in XLSX File using C++

    In this tutorial, we will learn how to add filter in XLSX file using C++. You can insert filter in Excel worksheet on MS Windows or Linux programmatically in C++....Aspose::Cells namespace Initialize the Workbook Class object to instantiate...instantiate new Excel workbook Insert sample values into the cells Set...

    kb.aspose.com/cells/cpp/how-to-add-filter-in-xl...
  7. Number Settings with Golang via C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files that supports many different cell number settings. This article will introduce how to use Aspose.Cells library to manage the number settings of cells so that users can adjust the number format in the spreadsheet as needed....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/go-cpp/cells-number-setti...
  8. Disable Pivot Table Ribbons with C++|Documentation

    Learn how to disable pivot table ribbons in Excel files using Aspose.Cells for C++....xlsx" ; // Create workbook Workbook wb ( inputFilePath );...

    docs.aspose.com/cells/cpp/disable-pivot-table-r...
  9. aspose.cell,输出pdf,文本框中文本与在Excel中显示效果不一致。 - Free...

    aspose.cell,Excel文件保存为pdf,文本框中文本与在Excel中显示效果不一致。CalculateTextSize计算的文本高度也没超过文本框,但是输出pdf时文本已溢出文本框 testPdf.zip (256.2 KB) public static void testHeight() { //CellsHelper.DPI = 168; Workbook Workbook = new Wor…...DPI = 168; Workbook workbook = new Workbook("D:\\input_testPdf...xlsm"); Worksheet sheet = workbook.Worksheets["sheet1"]; foreach...

    forum.aspose.com/t/aspose-cell-pdf-excel/325576
  10. 在没有内容时输出空白页面(C++)|Documentation

    使用C++处理空工作表并打印空白页面...02_OutputDirectory \\ " ); // Create workbook Workbook wb ; // Access first worksheet...

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