Sort Score
Result 10 results
Languages All
Labels All
Results 3,891 - 3,900 of 103,392 for

workbook

(0.13 sec)
  1. Exporting an excel file as to PDF file - Free S...

    We are facing an export an excel file content to the PDF file, which is taking longer period in processing. what are the constraint need to considered for downloading a file of PDF from an excel file...time when saving an XLSX/XLS workbook as a PDF file. Common factors...it matters How to mitigate Workbook size – number of worksheets...

    forum.aspose.com/t/exporting-an-excel-file-as-t...
  2. 使用 C++ 将工作表渲染到图形上下文|Documentation

    学习如何使用 Aspose.Cells for C++ 将工作表渲染到图形上下文。...02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "SampleBook...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/render-worksheet-t...
  3. 在加载工作簿时使用C++过滤VBA项目|Documentation

    了解如何在使用Aspose.Cells与C++加载Excel工作簿时过滤VBA项目。...& loadFilter ); // Create workbook object from sample excel file..."sampleMacroEnabledWo.xlsm" ; Workbook book ( inputFilePath , loadOptions...

    docs.aspose.com/cells/zh/cpp/filter-vba-project...
  4. How to Format Number to Percentage with C++|Doc...

    This article will introduce how to Format Number to Percentage using Aspose.Cells for C++ API.... Cpp Step 2: Create a New Workbook or Open an Existing One You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  5. How to Format Number to Fraction with C++|Docum...

    This article will introduce how to format numbers to fractions using Aspose.Cells for C++ API.... Step 2: Create a New Workbook or Open an Existing One You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  6. Calculated numeric cell value changes on saving...

    I am seeing some very strange behavior. In the attached Workbook, cell B1726 on the Input sheet has formula =B1725. In memory in my C# program, after CalculateFormula is called for the Workbook, I can see the DoubleVal…... In the attached workbook, cell B1726 on the Input sheet...CalculateFormula is called for the workbook, I can see the DoubleValue...

    forum.aspose.com/t/calculated-numeric-cell-valu...
  7. How to Unprotect Excel in C#

    This basic tutorial explains how to unprotect Excel in C#. It covers the IDE configuration, stepwise algorithm, and a code snippet to unlock Excel file in C#....to unprotect Excel Create a Workbook class object to access the...method Save the output Excel workbook These steps illustrate how...

    kb.aspose.com/cells/net/how-to-unprotect-excel-...
  8. Limit the Number of Pages Generated - Excel to ...

    Learn how to limit the number of pages generated when converting an Excel spreadsheet to PDF using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...an Excel file const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/limit-the-...
  9. 使用C++实现工作表的自定义纸张大小以进行渲染|Documentation

    本文介绍了如何使用C++ API在将Excel文件渲染为PDF文件格式时,设置所需工作表的自定义纸张大小。...Cells-for-C // Create workbook object Workbook wb ; // Access first...x 4.00 in" ); // Save the workbook in pdf format U16String outputDir...

    docs.aspose.com/cells/zh/cpp/implement-custom-p...
  10. 用C++设置工作表中的评论或形状的边距|Documentation

    学习如何使用Aspose.Cells在C++中设置工作表内评论或形状的边距。...the sample Excel file Workbook workbook ( u "sampleSetMarginsOfCo...first worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/set-margins-of-com...