Sort Score
Result 10 results
Languages All
Labels All
Results 3,251 - 3,260 of 99,951 for

workbook

(0.14 sec)
  1. Digitally Sign a VBA Code Project with Certific...

    Learn how to digitally sign your VBA code project using Aspose.Cells for C++ with a certificate....Cells with its Workbook.VbaProject.Sign() method....illustrates how to use the Workbook.VbaProject.Sign() method....

    docs.aspose.com/cells/cpp/digitally-sign-a-vba-...
  2. 如何使用C++将HTML转换为PDF|Documentation

    本主题展示如何使用Aspose.Cells for C++将HTML转换为PDF以及MHTML转换为PDF。... 初始化 Workbook 对象。 通过调用Workbook.Save()方法保存输出PDF文档。...Load the HTML file into a workbook U16String inputFilePath (...

    docs.aspose.com/cells/zh/cpp/convert-html-to-pdf/
  3. Fit All Worksheet Columns on Single PDF Page wi...

    Generate a PDF that fits all worksheet columns onto a single page using Aspose.Cells with C++....initialize an instance of Workbook U16String inputFilePath =...srcDir + u "TestBook.xlsx" ; Workbook book ( inputFilePath ); //...

    docs.aspose.com/cells/cpp/fit-all-worksheet-col...
  4. Integrating Excel Data into PowerPoint Presenta...

    Read data from Excel Workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....in conjunction with Excel workbooks, where Excel serves as an...for reading data from Excel workbooks. This feature opens up powerful...

    docs.aspose.com/slides/net/developer-guide/tech...
  5. 通过C++和Node.js获取或设置嵌入式OLE对象的类标识符|Documentation

    学习如何通过C++在Node.js中使用Aspose.Cells获取或设置嵌入式OLE对象的类标识符。..."data" ); // Load your sample workbook which contains embedded PowerPoint...object const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/get-or-set-...
  6. Specify how to cross string in output PDF and i...

    Learn to control text overflow in output PDF/Image by specifying the cross type using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...StrictInCell ); // Save PDF file workbook . save ( outputDir + "outputCrossType...

    docs.aspose.com/cells/nodejs-cpp/specify-how-to...
  7. Handling Large Excel Files using Aspose cells -...

    Hi Team, Need best ways to handle large files using Aspose cells. I have seen the documentation but could not get it working as such. I have the below requirements and need suggestion to utilize aspose for files beyond …...upto 1 GB I have a huge excel workbook, need to update only one of...of the worksheet in the workbook and upload back the entire excel...

    forum.aspose.com/t/handling-large-excel-files-u...
  8. 使用JavaScript通过C++格式化区域|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++格式化Excel中的单元格区域。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Create the workbook from the uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  9. Transfer Excel Range formatting to word Table f...

    https://forum.aspose.com/t/transfer-excel-range-formatting-to-word-table-formatting/308267/9 请回复一下我发的信息...4 KB) Workbook wb = new Workbook(filePath + "input...file. I processed the entire workbook, which contains two worksheets...

    forum.aspose.com/t/transfer-excel-range-formatt...
  10. Macro function calculation - Free Support Forum...

    We have a xlsm file with a macro function, we are calculating we are using some logic like this THIS IS THE SAMPLE LINK Workbook wb = new Workbook(filePath); wb.calculateFormula(); …...IS THE SAMPLE LINK Workbook wb = new Workbook(filePath); wb.calculateFormula();...are defined correctly in the workbook. Macro Functions : If your...

    forum.aspose.com/t/macro-function-calculation/3...