Sort Score
Result 10 results
Languages All
Labels All
Results 3,581 - 3,590 of 104,120 for

workbook

(0.16 sec)
  1. 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...
  2. 使用 C++ 合并文件|Documentation

    学习如何使用 Aspose.Cells for C++ 高效合并Excel文件。...对于包含数据、格式和公式的简单文件,可以使用 Workbook.Combine() 方法合并多个工作簿,使用 Worksheet... cacheFile , dest ); Workbook workbook ( dest ); WorksheetCollection...

    docs.aspose.com/cells/zh/cpp/merge-files/
  3. 通过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-...
  4. 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...
  5. Set Custom Height Width In ASpose.Cell - Free S...

    Hello Team, We are doing Image export for each worksheet as one page , here we can able to mange setting different pagesize like A4,legal,Letter etc… But not getting any option to set Custom Pagesize where user provide…...custom page size: Workbook workbook = new Workbook("your_file.xlsx");...xlsx"); Worksheet sheet = workbook.getWorksheets().get(0); // Get...

    forum.aspose.com/t/set-custom-height-width-in-a...
  6. 用C++将单元格链接至XML映射元素|Documentation

    学习如何使用Aspose.Cells与C++将单元格链接至XML映射元素。...\\ " ); // Load sample workbook Workbook wb ( srcDir + u "sample..."/root/row/FIELD8" ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/link-cells-to-xml-...
  7. Font becomes bold during Excel to PDF conversio...

    We just compared you shared “aspose_generated.pdf” and I shared “excel_saved_by_Excel_Save_as.pdf”. Please share a comparing screenshot of the two pdf files on your side. Please check the attachments: 3_files_comparing…...the Excel file Workbook workbook = new Workbook(inputFilePath);...characters }; // Save the workbook as PDF workbook.Save(outputFilePath...

    forum.aspose.com/t/font-becomes-bold-during-exc...
  8. Read Numbers Spreadsheet Developed by Apple Inc...

    Learn how to read Numbers spreadsheets developed by Apple Inc. using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , LoadOptions...Numbers spreadsheet into a workbook with the above load options...

    docs.aspose.com/cells/javascript-cpp/read-numbe...
  9. Setting Shadow of Text Effects of Shape or Text...

    Learn how to set the shadow of text effects for any shape or TextBox using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , PresetShadowType...// Create workbook object const wb = new Workbook (); // Access...

    docs.aspose.com/cells/javascript-cpp/setting-sh...
  10. 通过JavaScript和C++计算页面设置缩放比例因子|Documentation

    本文提供示例代码,说明如何通过C++中的JavaScript API以编程方式计算Excel工作表的页面设置缩放比例,使用“适合n页宽 m页高”选项。..."text/javascript" > const { Workbook , SaveFormat , SheetRender...file stream const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/calcula...